grrr typo... must test before checkin

This commit is contained in:
slef 2003-09-26 12:01:41 +00:00
parent b1bb6df883
commit e87c347d1c

View file

@ -52,7 +52,7 @@ if ( $newpassword ) {
my $uid = $input->param('newuserid');
my $dbh=C4::Context->dbh;
if ($uid eq '') { $uid = $bor->{userid'} }
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.
my $sth2=$dbh->prepare("select * from borrowers where userid=? and borrowernumber != ?");