[Koha-cvs] CVS: koha member-password.pl,1.8,1.9

MJ Ray slef at users.sourceforge.net
Fri Sep 26 14:01:43 CEST 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv28241

Modified Files:
	member-password.pl 
Log Message:
grrr typo... must test before checkin

Index: member-password.pl
===================================================================
RCS file: /cvsroot/koha/koha/member-password.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** member-password.pl	26 Sep 2003 11:59:36 -0000	1.8
--- member-password.pl	26 Sep 2003 12:01:41 -0000	1.9
***************
*** 53,57 ****
      my $dbh=C4::Context->dbh;
  
! 	if ($uid eq '') { $uid = $bor->{userid'} }
  	#Make sure the userid chosen is unique and not theirs. If it is not,
  	#Then we need to tell the user and have them create a new one.
--- 53,57 ----
      my $dbh=C4::Context->dbh;
  
! 	if ($uid eq '') { $uid = $bor->{'userid'} }
  	#Make sure the userid chosen is unique and not theirs. If it is not,
  	#Then we need to tell the user and have them create a new one.





More information about the Koha-cvs mailing list