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

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


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

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


Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/currency.pl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** currency.pl	4 Oct 2002 02:34:37 -0000	1.4.2.1
--- currency.pl	5 Oct 2002 06:17:11 -0000	1.4.2.2
***************
*** 192,195 ****
--- 192,196 ----
  	my $total = $sth->fetchrow_hashref;
  	$sth->finish;
+ 	# FIXME - There's already a $sth in this scope.
  	my $sth=$dbh->prepare($reqsel);
  	$sth->execute;





More information about the Koha-cvs mailing list