[Koha-cvs] CVS: koha/C4/Circulation Borrissues.pm,1.2.2.1,1.2.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:14:25 CEST 2002


Update of /cvsroot/koha/koha/C4/Circulation
In directory usw-pr-cvs1:/tmp/cvs-serv32373

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


Index: Borrissues.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Borrissues.pm,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** Borrissues.pm	4 Oct 2002 02:27:00 -0000	1.2.2.1
--- Borrissues.pm	5 Oct 2002 06:14:23 -0000	1.2.2.2
***************
*** 86,89 ****
--- 86,91 ----
    my $x;
    while (my $data = $sth->fetchrow_hashref) {
+     # FIXME - This should be $issues[$x] = $data, right?
+     # Or better yet, push @issues, $data.
      @issues[$x] =$data;
      $x++;





More information about the Koha-cvs mailing list