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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:16:53 CEST 2002


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

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


Index: categorie.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/categorie.pl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** categorie.pl	4 Oct 2002 02:34:16 -0000	1.3.2.1
--- categorie.pl	5 Oct 2002 06:16:51 -0000	1.3.2.2
***************
*** 208,211 ****
--- 208,212 ----
  	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