[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.78.2.2,1.78.2.3
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Biblio.pm,1.78.2.2,1.78.2.3 |
Date: |
Tue, 10 Feb 2004 05:15:48 -0800 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Biblio.pm,1.78.2.2,1.78.2.3,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.8,1.9
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.24.2.1,1.24.2.2 addbooks.tmpl,1.12,1.12.2.1 isbnsearch.tmpl,1.11,1.11.2.1
- Previous by thread:
[Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.8,1.9
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.24.2.1,1.24.2.2 addbooks.tmpl,1.12,1.12.2.1 isbnsearch.tmpl,1.11,1.11.2.1
- Index(es):