Removing dbh line altogether as discussed on koha-patches

This commit is contained in:
Joshua Ferraro 2008-05-29 07:17:59 -05:00
parent 8b9a04269a
commit e75102b930

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
# Copyright 2000-2002 Katipo Communications
@ -42,7 +42,6 @@ sub StringSearch {
$u++;
}
$sth->finish;
# $dbh->disconnect;
return ($cnt,\@results);
}