[Koha-patches] [PATCH] bug 3564 follow: ensure NoZebra is passed to templates

Galen Charlton gmcharlt at gmail.com
Mon Aug 31 04:06:10 CEST 2009


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 C4/Auth.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C4/Auth.pm b/C4/Auth.pm
index 871c124..8f42d76 100644
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -305,6 +305,7 @@ sub get_template_and_user {
             suggestion                  => C4::Context->preference("suggestion"),
             virtualshelves              => C4::Context->preference("virtualshelves"),
 			StaffSerialIssueDisplayCount => C4::Context->preference("StaffSerialIssueDisplayCount"),
+            NoZebra                     => C4::Context->preference('NoZebra'),
         );
     }
     else {
-- 
1.6.3.3




More information about the Koha-patches mailing list