--- loncom/interface/resetpw.pm 2013/02/05 15:33:36 1.30 +++ loncom/interface/resetpw.pm 2013/02/05 15:45:18 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network # Allow access to password changing via a token sent to user's e-mail. # -# $Id: resetpw.pm,v 1.30 2013/02/05 15:33:36 raeburn Exp $ +# $Id: resetpw.pm,v 1.31 2013/02/05 15:45:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -438,7 +438,7 @@ sub display_actions { '

' .&mt('You may wish to send an e-mail to the' .' server administrator: [_1] for the [_2] domain.', - ''.$Apache::lonnet::perlvar{'AdminEmail'}.'', + ''.$Apache::lonnet::perlvar{'AdmEMail'}.'', ''.$domdesc.'') .'

'; }