[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5.2.2,1.5.2.3

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Jun 26 23:58:47 CEST 2002


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





More information about the Koha-cvs mailing list