From 1b6d041c9cc7453d5f78c79dde551177d570e487 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 3 Sep 2003 15:01:50 +0000 Subject: [PATCH] removing "warn" --- C4/Authorities.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Authorities.pm b/C4/Authorities.pm index caad5626ae..85bbcf4214 100644 --- a/C4/Authorities.pm +++ b/C4/Authorities.pm @@ -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; -- 2.39.2