Bug 4180: Fixes unclose TMPL_IF in supplier.tmpl
[koha_fer] / C4 / Search.pm
index 7e147f1..14e85ce 100644 (file)
@@ -1649,7 +1649,6 @@ sub searchResults {
         }
 
         # XSLT processing of some stuff
-       my $debug=1;
        use C4::Charset;
        SetUTF8Flag($marcrecord);
        $debug && warn $marcrecord->as_formatted;
@@ -2509,6 +2508,7 @@ OR adds a new authority record
 
 =item C<BUGS>
     * I had to add this to Search.pm (instead of the logical Biblio.pm) because of a circular dependency (this sub uses SimpleSearch, and Search.pm uses Biblio.pm)
+
 =back
 
 =cut