itemnumber is actually used in this file. Please don't remove it, I like having it here. Thanks.
On Thu, 2009-05-28 at 18:32 +0200, [email protected] wrote: > From: Paul Poulain <[email protected]> > > --- > catalogue/moredetail.pl | 25 +++++++++++++------------ > 1 files changed, 13 insertions(+), 12 deletions(-) > > diff --git a/catalogue/moredetail.pl b/catalogue/moredetail.pl > index 6f62661..a057a1b 100755 > --- a/catalogue/moredetail.pl > +++ b/catalogue/moredetail.pl > @@ -50,8 +50,7 @@ my ($template, $loggedinuser, $cookie) = > get_template_and_user({ > > my $biblionumber=$query->param('biblionumber'); > my $title=$query->param('title'); > -my $itemnumber=$query->param('itemnumber'); > -my $bi=$query->param('bi'); > +# my $bi=$query->param('bi'); > # $bi = $biblionumber unless $bi; > my $data=GetBiblioData($biblionumber); > my $dewey = $data->{'dewey'}; > [snip] -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA for Koha checkout http://development.washk12.org/gitweb/ or git://development.washk12.org/koha _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
