koha-cvs
[Top][All Lists]
Advanced

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

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


From: MJ Ray
Subject: [Koha-cvs] CVS: koha member-password.pl,1.8,1.9
Date: Fri, 26 Sep 2003 05:01:43 -0700

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.




reply via email to

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