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

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Jan 17 19:14:46 CET 2003


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:"",





More information about the Koha-cvs mailing list