bug 2526: removing DEBUG flag from C4::Search
authorAndrew Moore <andrew.moore@liblime.com>
Fri, 15 Aug 2008 16:19:06 +0000 (11:19 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 4 Nov 2008 16:40:38 +0000 (17:40 +0100)
The DEBUG flag was left turned on.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Search.pm

index 05aff80..e6f8b78 100644 (file)
@@ -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.