koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/admin categorie.pl,1.3.2.1,1.3.2.2
Date: Fri, 04 Oct 2002 23:16:53 -0700

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;




reply via email to

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