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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:10:27 CEST 2002


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;





More information about the Koha-cvs mailing list