koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Auth.pm,1.10.2.1,1.10.2.2


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Auth.pm,1.10.2.1,1.10.2.2
Date: Fri, 04 Oct 2002 23:11:33 -0700

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

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


Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -r1.10.2.1 -r1.10.2.2
*** Auth.pm     4 Oct 2002 02:22:55 -0000       1.10.2.1
--- Auth.pm     5 Oct 2002 06:11:31 -0000       1.10.2.2
***************
*** 190,193 ****
--- 190,194 ----
        }
      }
+     # FIXME - There's already a $sth in this scope.
      my $sth=$dbh->prepare("select password from borrowers where 
cardnumber=?");
      $sth->execute($userid);




reply via email to

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