[Koha-cvs] CVS: koha/C4 Biblio.pm,1.78.2.2,1.78.2.3

Paul POULAIN tipaul at users.sourceforge.net
Tue Feb 10 14:15:48 CET 2004


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

Modified Files:
      Tag: rel_2_0
	Biblio.pm 
Log Message:
removing 2 warnings

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.78.2.2
retrieving revision 1.78.2.3
diff -C2 -r1.78.2.2 -r1.78.2.3
*** Biblio.pm	26 Jan 2004 10:38:06 -0000	1.78.2.2
--- Biblio.pm	10 Feb 2004 13:15:46 -0000	1.78.2.3
***************
*** 1558,1562 ****
  		}
  		$query =~ s/\,$//;
- 		warn "Q 1560 : $query";
  		my $sth2=$dbh->prepare($query);
  		$sth2->execute(@bind);
--- 1558,1561 ----
***************
*** 1583,1587 ****
  		#replacing the last , by ",?)"
  		$query=~ s/\,$//;
- 		warn "Q olddelbiblio : $query";
  		$sth=$dbh->prepare($query);
  		$sth->execute(@bind);
--- 1582,1585 ----
***************
*** 2194,2197 ****
--- 2192,2198 ----
  # $Id$
  # $Log$
+ # Revision 1.78.2.3  2004/02/10 13:15:46  tipaul
+ # removing 2 warnings
+ #
  # Revision 1.78.2.2  2004/01/26 10:38:06  tipaul
  # dealing correctly "bulk" field





More information about the Koha-cvs mailing list