[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5.2.2,1.5.2.3
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5.2.2,1.5.2.3 |
Date: |
Wed, 26 Jun 2002 14:58:47 -0700 |
Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv15866
Modified Files:
Tag: rel-1-2
addbooks.pl
Log Message:
Okay, so I added the $barcode parameter to a comment. So, sue me. :)
Index: addbooks.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbooks.pl,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -C2 -r1.5.2.2 -r1.5.2.3
*** addbooks.pl 25 Jun 2002 23:31:53 -0000 1.5.2.2
--- addbooks.pl 26 Jun 2002 21:58:45 -0000 1.5.2.3
***************
*** 272,276 ****
$biblionumber, $biblioitemnumber, ?, $q_itemnotes, $q_homebranch,
$q_homebranch, '$date', $replacementprice)";
$sth=$dbh->prepare($query);
! $sth->execute;
# print $query($barcode);
}
--- 272,276 ----
$biblionumber, $biblioitemnumber, ?, $q_itemnotes, $q_homebranch,
$q_homebranch, '$date', $replacementprice)";
$sth=$dbh->prepare($query);
! $sth->execute($barcode);
# print $query($barcode);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5.2.2,1.5.2.3,
Steve Tonnesen <=