koha-cvs
[Top][All Lists]
Advanced

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

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


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/acqui acquire.pl,1.14,1.14.2.1
Date: Thu, 18 Dec 2003 18:12:36 -0800

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;




reply via email to

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