[Koha-cvs] koha/opac opac-passwd.pl

Henri-Damien LAURENT laurenthdl at alinto.com
Wed Jul 11 14:37:45 CEST 2007


CVSROOT:	/cvsroot/koha
Module name:	koha
Changes by:	Henri-Damien LAURENT <hdl>	07/07/11 12:37:45

Modified files:
	opac           : opac-passwd.pl 

Log message:
	Bug Fixing :
	Call to Members::GetMemberDetail.pl useless. + no use C4::Members.
	
	Dropping it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-passwd.pl?cvsroot=koha&r1=1.6&r2=1.7

Patches:
Index: opac-passwd.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-passwd.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- opac-passwd.pl	24 Apr 2007 13:54:29 -0000	1.6
+++ opac-passwd.pl	11 Jul 2007 12:37:45 -0000	1.7
@@ -44,7 +44,6 @@
 );
 
 # get borrower information ....
-my ( $borr, $flags ) = GetMemberDetails( $borrowernumber );
 my $sth =
   $dbh->prepare("UPDATE borrowers SET password = ? WHERE borrowernumber=?");
 





More information about the Koha-cvs mailing list