koha-cvs
[Top][All Lists]
Advanced

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

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


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/opac opac-passwd.pl
Date: Wed, 11 Jul 2007 12:37:45 +0000

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=?");
 




reply via email to

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