[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin itemtypes.pl,1.4.2.1,1.4.2.2
From: |
Andrew Arensburger |
Subject: |
[Koha-cvs] CVS: koha/admin itemtypes.pl,1.4.2.1,1.4.2.2 |
Date: |
Fri, 04 Oct 2002 23:17:23 -0700 |
Update of /cvsroot/koha/koha/admin
In directory usw-pr-cvs1:/tmp/cvs-serv1246
Modified Files:
Tag: arensb-context
itemtypes.pl
Log Message:
Added a whole mess of FIXME comments.
Index: itemtypes.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/itemtypes.pl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** itemtypes.pl 4 Oct 2002 02:34:47 -0000 1.4.2.1
--- itemtypes.pl 5 Oct 2002 06:17:21 -0000 1.4.2.2
***************
*** 210,213 ****
--- 210,214 ----
my $total = $sth->fetchrow_hashref;
$sth->finish;
+ # FIXME - There's already a $sth in this scope.
my $sth=$dbh->prepare("select
itemtype,description,loanlength,renewalsallowed,rentalcharge from itemtypes
where itemtype='$itemtype'");
$sth->execute;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin itemtypes.pl,1.4.2.1,1.4.2.2,
Andrew Arensburger <=