Merge remote-tracking branch 'origin/new/bug_7367'
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 27 Jan 2012 11:38:00 +0000 (12:38 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 27 Jan 2012 11:38:00 +0000 (12:38 +0100)
C4/Auth.pm

index 0915990..e4bd119 100755 (executable)
@@ -502,7 +502,6 @@ sub get_template_and_user {
 
         $template->param(OpacPublic => '1') if ($user || C4::Context->preference("OpacPublic"));
     }
-       $template->param(listloop=>[{shelfname=>"Freelist", shelfnumber=>110}]);
     return ( $template, $borrowernumber, $cookie, $flags);
 }