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

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


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





More information about the Koha-cvs mailing list