koha-cvs
[Top][All Lists]
Advanced

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

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


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

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

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


Index: overdue.pl
===================================================================
RCS file: /cvsroot/koha/koha/overdue.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** overdue.pl  4 Oct 2002 02:21:09 -0000       1.2.2.1
--- overdue.pl  5 Oct 2002 06:10:34 -0000       1.2.2.2
***************
*** 77,80 ****
--- 77,81 ----
    $sth1->finish;
  
+   # FIXME - There's already a $query in this scope.
    my $query="select biblionumber from items where itemnumber='$itemnum'";
    my $sth2=$dbh->prepare($query);
***************
*** 84,87 ****
--- 85,89 ----
    $sth2->finish;
  
+   # FIXME - There's already a $query in this scope.
    my $query="select title,author from biblio where 
biblionumber='$biblionumber'";
    my $sth3=$dbh->prepare($query);




reply via email to

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