removing "warn"
authortipaul <tipaul>
Wed, 3 Sep 2003 15:01:50 +0000 (15:01 +0000)
committertipaul <tipaul>
Wed, 3 Sep 2003 15:01:50 +0000 (15:01 +0000)
C4/Authorities.pm

index caad562..85bbcf4 100644 (file)
@@ -178,7 +178,7 @@ sub searchauthority  {
        $query .= " and match (category,freelib) AGAINST ('$searchstring')" if ($searchstring);
 #      $query .= " and freelib like \"$searchstring%\"" if ($searchstring);
        $query .= " order by category,freelib limit $offset,".($pagesize*4);
-       warn "q : $query";
+#      warn "q : $query";
        my $sth=$dbh->prepare($query);
        $sth->execute;
        my @results;