Diff for /loncom/interface/lonpreferences.pm between versions 1.125.4.4 and 1.125.4.5

version 1.125.4.4, 2009/09/10 16:24:47 version 1.125.4.5, 2009/09/10 16:33:38
Line 1516  ENDERROR Line 1516  ENDERROR
     # Inform the user the password has (not?) been changed      # Inform the user the password has (not?) been changed
     my $message;      my $message;
     if ($result =~ /^ok$/) {      if ($result =~ /^ok$/) {
         $message = &Apache::lonhtmlcommon::confirm_success(&mt('The password for user [_1] was successfully changed.','<i>'.$user.'<i>'));          $message = &Apache::lonhtmlcommon::confirm_success(&mt('The password for user [_1] was successfully changed.','<i>'.$user.'</i>'));
         if ($caller eq 'reset_by_email') {          if ($caller eq 'reset_by_email') {
             $r->print($message.'<br />');              $r->print($message.'<br />');
         } else {          } else {

Removed from v.1.125.4.4  
changed lines
  Added in v.1.125.4.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>