[Koha-patches] [PATCH] [3.0.x] (bug #4490) do not warn each notice if xslt is on

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed May 12 15:35:48 CEST 2010


---
 C4/Search.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/C4/Search.pm b/C4/Search.pm
index 3f4ee15..af4fadf 100644
--- a/C4/Search.pm
+++ b/C4/Search.pm
@@ -447,7 +447,6 @@ sub getRecords {
                     # not an index scan
                     else {
                         $record = $results[ $i - 1 ]->record($j)->raw();
-            		warn $results[$i-1]->record($j)->render() ;
 
                         # warn "RECORD $j:".$record;
                         $results_hash->{'RECORDS'}[$j] = $record;
-- 
1.7.0.4




More information about the Koha-patches mailing list