[Koha-cvs] CVS: koha/admin itemtypes.pl,1.4.2.1,1.4.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:17:23 CEST 2002


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;





More information about the Koha-cvs mailing list