[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.40,1.41

Paul POULAIN tipaul at users.sourceforge.net
Mon Mar 15 15:32:43 CET 2004


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

Modified Files:
	Catalogue.pm 
Log Message:
missing my

Index: Catalogue.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Catalogue.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** Catalogue.pm	7 Mar 2004 05:47:31 -0000	1.40
--- Catalogue.pm	15 Mar 2004 14:32:40 -0000	1.41
***************
*** 266,270 ****
    ordernumber=?");
    if ($sth->execute($bookfund,$ordnum) == 0) { # zero rows affected [Bug 734]
!     $query="insert into aqorderbreakdown (ordernumber,bookfundid) values (?,?)";
      $sth=$dbh->prepare($query);
      $sth->execute($ordnum,$bookfund);
--- 266,270 ----
    ordernumber=?");
    if ($sth->execute($bookfund,$ordnum) == 0) { # zero rows affected [Bug 734]
!     my $query="insert into aqorderbreakdown (ordernumber,bookfundid) values (?,?)";
      $sth=$dbh->prepare($query);
      $sth->execute($ordnum,$bookfund);





More information about the Koha-cvs mailing list