koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/admin z3950servers.pl,1.8.2.2,1.8.2.3
Date: Fri, 19 Mar 2004 00:21:42 -0800

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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]