koha-cvs
[Top][All Lists]
Advanced

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

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


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

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;




reply via email to

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