[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.10,1.11
From: |
Gynn Lomax |
Subject: |
[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.10,1.11 |
Date: |
Sun, 12 May 2002 17:45:48 -0700 |
Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv5026/C4
Modified Files:
Acquisitions.pm
Log Message:
bug fix to actually save the changes made to an website biblioitem.
Index: Acquisitions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisitions.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Acquisitions.pm 12 May 2002 18:08:19 -0000 1.10
--- Acquisitions.pm 13 May 2002 00:45:46 -0000 1.11
***************
*** 571,574 ****
--- 571,575 ----
$biblioitem->{'itemtype'} = $dbh->quote($biblioitem->{'itemtype'});
+ $biblioitem->{'url'} = $dbh->quote($biblioitem->{'url'});
$biblioitem->{'isbn'} = $dbh->quote($biblioitem->{'isbn'});
$biblioitem->{'publishercode'} =
$dbh->quote($biblioitem->{'publishercode'});
***************
*** 586,589 ****
--- 587,591 ----
$query = "Update biblioitems set
itemtype = $biblioitem->{'itemtype'},
+ url = $biblioitem->{'url'},
isbn = $biblioitem->{'isbn'},
publishercode = $biblioitem->{'publishercode'},
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.10,1.11,
Gynn Lomax <=