koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/admin currency.pl,1.4.2.1,1.4.2.2
Date: Fri, 04 Oct 2002 23:17:13 -0700

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]