[Koha-patches] [PATCH] Remove hardcoded "Freelist" line from Auth.

Joe Atzberger joe.atzberger at liblime.com
Wed Oct 1 00:00:40 CEST 2008


Apparently a leftover debugging snippet.
---
 C4/Auth.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/C4/Auth.pm b/C4/Auth.pm
index 6058a6b..871929e 100644
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -347,7 +347,6 @@ sub get_template_and_user {
             virtualshelves            => "" . C4::Context->preference("virtualshelves"),
         );
     }
-	$template->param(listloop=>[{shelfname=>"Freelist", shelfnumber=>110}]);
     return ( $template, $borrowernumber, $cookie, $flags);
 }
 
-- 
1.5.5.GIT




More information about the Koha-patches mailing list