[Koha-patches] [PATCH] bug 2526: removing DEBUG flag from C4::Search

Andrew Moore andrew.moore at liblime.com
Fri Aug 15 18:19:06 CEST 2008


The DEBUG flag was left turned on.
---
 C4/Search.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Search.pm b/C4/Search.pm
index 1509f49..d426fa4 100755
--- a/C4/Search.pm
+++ b/C4/Search.pm
@@ -33,7 +33,7 @@ BEGIN {
     $VERSION = 3.01;
     $DEBUG = ($ENV{DEBUG}) ? 1 : 0;
 }
-$DEBUG=1;
+
 =head1 NAME
 
 C4::Search - Functions for searching the Koha catalog.
-- 
1.5.6




More information about the Koha-patches mailing list