koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui addorder.pl,1.3.2.4,1.3.2.5


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/acqui addorder.pl,1.3.2.4,1.3.2.5
Date: Fri, 17 Jan 2003 10:14:46 -0800

Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1:/tmp/cvs-serv29517

Modified Files:
      Tag: rel-1-2
        addorder.pl 
Log Message:
sub newbiblio returns a two element array, $bibnum and $error.


Index: addorder.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/addorder.pl,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -C2 -r1.3.2.4 -r1.3.2.5
*** addorder.pl 10 Dec 2002 06:22:07 -0000      1.3.2.4
--- addorder.pl 17 Jan 2003 18:14:41 -0000      1.3.2.5
***************
*** 56,60 ****
    if ($existing eq 'no'){
      #if it doesnt create it
!     $bibnum = &newbiblio({ title     => $title?$title:"",
                           author    => $author?$author:"",
                           copyright => $copyright?$copyright:"",
--- 56,60 ----
    if ($existing eq 'no'){
      #if it doesnt create it
!     ($bibnum) = &newbiblio({ title     => $title?$title:"",
                           author    => $author?$author:"",
                           copyright => $copyright?$copyright:"",




reply via email to

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