koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha bookcount.pl,1.2.2.1,1.2.2.2


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha bookcount.pl,1.2.2.1,1.2.2.2
Date: Fri, 04 Oct 2002 23:10:27 -0700

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

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


Index: bookcount.pl
===================================================================
RCS file: /cvsroot/koha/koha/bookcount.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** bookcount.pl        4 Oct 2002 01:43:01 -0000       1.2.2.1
--- bookcount.pl        5 Oct 2002 06:10:25 -0000       1.2.2.2
***************
*** 179,182 ****
--- 179,183 ----
        $sth->finish;
        $query = "Select max(datearrived) from branchtransfers where 
itemnumber=$itm and tobranch = $brc";
+       # FIXME - There's already a $sth in this scope.
        my $sth=$dbh->prepare($query);
        $sth->execute;




reply via email to

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