[Koha-cvs] CVS: koha/acqui acquire.pl,1.14,1.14.2.1

MJ Ray slef at users.sourceforge.net
Fri Dec 19 03:12:36 CET 2003


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

Modified Files:
      Tag: rel_2_0
	acquire.pl 
Log Message:
DBI call fix for bug 662

Index: acquire.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/acquire.pl,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -C2 -r1.14 -r1.14.2.1
*** acquire.pl	22 Apr 2003 10:22:19 -0000	1.14
--- acquire.pl	19 Dec 2003 02:12:34 -0000	1.14.2.1
***************
*** 61,66 ****
  $template->param($count);
  if ($count == 1){
! 	my $query="Select itemtype,description from itemtypes order by description";
! 	my $sth=$dbh->prepare($query);
  	$sth->execute;
  	my  @itemtype;
--- 61,65 ----
  $template->param($count);
  if ($count == 1){
! 	my $sth=$dbh->prepare("Select itemtype,description from itemtypes order by description");
  	$sth->execute;
  	my  @itemtype;





More information about the Koha-cvs mailing list