X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=shelves.pl;h=fd06a41504402ef87a12f75fc53a64ef63e7b9f5;hb=e339f5d64ba06180925f551da12fd5a8cdffd444;hp=121dac29ca155a49944299cd604f160ebb33523d;hpb=8467d9ecd32edefc40092cdcd079e9c5ee170091;p=koha_fer diff --git a/shelves.pl b/shelves.pl index 121dac29ca..fd06a41504 100755 --- a/shelves.pl +++ b/shelves.pl @@ -69,11 +69,11 @@ if ($query->param('modifyshelfcontents')) { } SWITCH: { - $template->param( loggedinuser => $loggedinuser, - viewshelf => $query->param('viewshelf'), - shelves => $query->param('shelves'), - headerbackgroundcolor => $headerbackgroundcolor, - circbackgroundcolor => $circbackgroundcolor); + $template->param({ loggedinuser => $loggedinuser, + viewshelf => $query->param('viewshelf'), + shelves => $query->param('shelves'), + headerbackgroundcolor => $headerbackgroundcolor, + circbackgroundcolor => $circbackgroundcolor }); if ($query->param('viewshelf')) { viewshelf($query->param('viewshelf')); last SWITCH;} if ($query->param('shelves')) { shelves(); last SWITCH;} my $color=''; @@ -158,6 +158,10 @@ sub viewshelf { # # $Log$ +# Revision 1.12 2003/02/05 10:04:14 acli +# Worked around weirdness with HTML::Template; without the {}, it complains +# of being passed an odd number of arguments even though we are not +# # Revision 1.11 2003/02/05 09:23:03 acli # Fixed a few minor errors to make it run # Noted correct tab size