[Koha-cvs] CVS: koha/admin categoryitem.pl,1.3.2.1,1.3.2.2

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


Update of /cvsroot/koha/koha/admin
In directory usw-pr-cvs1:/tmp/cvs-serv1074

Modified Files:
      Tag: arensb-context
	categoryitem.pl 
Log Message:
Added a whole mess of FIXME comments.


Index: categoryitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/categoryitem.pl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** categoryitem.pl	4 Oct 2002 02:34:26 -0000	1.3.2.1
--- categoryitem.pl	5 Oct 2002 06:17:01 -0000	1.3.2.2
***************
*** 209,212 ****
--- 209,213 ----
  	print "TOTAL : $categorycode : $total->{'total'}<br>";
  	$sth->finish;
+ 	# FIXME - There's already a $sth in this scope.
  	my $sth=$dbh->prepare("select categorycode,description,enrolmentperiod,upperagelimit,dateofbirthrequired,finetype,bulk,enrolmentfee,issuelimit,reservefee,overduenoticerequired from categories where categorycode='$categorycode'");
  	$sth->execute;





More information about the Koha-cvs mailing list