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

MJ Ray slef at users.sourceforge.net
Fri Dec 19 03:13:25 CET 2003


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

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

Index: newbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/newbiblio.pl,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -C2 -r1.14 -r1.14.2.1
*** newbiblio.pl	8 Jul 2003 16:20:15 -0000	1.14
--- newbiblio.pl	19 Dec 2003 02:13:23 -0000	1.14.2.1
***************
*** 79,84 ****
  }
  
! my $query="Select itemtype,description from itemtypes order by description";
! my $sth=$dbh->prepare($query);
  $sth->execute;
  my  @itemtype;
--- 79,83 ----
  }
  
! my $sth=$dbh->prepare("Select itemtype,description from itemtypes order by description");
  $sth->execute;
  my  @itemtype;





More information about the Koha-cvs mailing list