From 7a80acb1e1da34d1ff83387db8c0263244c798c5 Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Fri, 15 Aug 2008 11:19:06 -0500 Subject: [PATCH] bug 2526: removing DEBUG flag from C4::Search The DEBUG flag was left turned on. Signed-off-by: Galen Charlton --- C4/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Search.pm b/C4/Search.pm index 1509f49099..d426fa44d8 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. -- 2.39.2