From 960f3577856433ad694df157516a8b6ab8e9a464 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 23 Jan 2012 14:18:50 +0100 Subject: [PATCH] 7367 Removing reintroduced debugging statement from Auth.pm Content-Type: text/plain; charset="utf-8" Commit 07d1eae7ccf5c8746251b666b6460440ecc26204 removed this statement from the module, but some months later commit 7b12e07d3ba44530d7ba33d09de01afef46bbfc7 reintroduced it again while reindenting code ;) Signed-off-by: Marcel de Rooy --- C4/Auth.pm | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 50064b8..a01d6f3 100755 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -488,7 +488,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); } -- 1.6.0.6