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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:11:33 CEST 2002


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





More information about the Koha-cvs mailing list