warning commented
authortipaul <tipaul>
Fri, 28 May 2004 08:30:11 +0000 (08:30 +0000)
committertipaul <tipaul>
Fri, 28 May 2004 08:30:11 +0000 (08:30 +0000)
opac/opac-search.pl

index 3a83454..6b107a1 100755 (executable)
@@ -58,7 +58,6 @@ if ($op eq "do_search") {
                }
        }
        findseealso($dbh,\@tags);
-       warn "IN THERE";
        my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or,
                                                                                \@excluding, \@operator, \@value,
                                                                                $startfrom*$resultsperpage, $resultsperpage,$orderby);