koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4/Circulation Borrissues.pm,1.2.2.1,1.2.2.2
Date: Fri, 04 Oct 2002 23:14:25 -0700

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++;




reply via email to

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