[Koha-cvs] CVS: koha/admin z3950servers.pl,1.8.2.2,1.8.2.3

Paul POULAIN tipaul at users.sourceforge.net
Fri Mar 19 09:21:42 CET 2004


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29599/admin

Modified Files:
      Tag: rel_2_0
	z3950servers.pl 
Log Message:
removing warning

Index: z3950servers.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/z3950servers.pl,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -C2 -r1.8.2.2 -r1.8.2.3
*** z3950servers.pl	10 Mar 2004 12:59:07 -0000	1.8.2.2
--- z3950servers.pl	19 Mar 2004 08:21:39 -0000	1.8.2.3
***************
*** 155,159 ****
  	my $dbh=C4::Context->dbh;
  	my $sth=$dbh->prepare("delete from z3950servers where id=?");
- 	warn "S : $searchfield";
  	$sth->execute($searchfield);
  	$sth->finish;
--- 155,158 ----





More information about the Koha-cvs mailing list