koha-cvs
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Catalogue.pm,1.40,1.41
Date: Mon, 15 Mar 2004 06:32:43 -0800

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




reply via email to

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