Diff for /loncom/interface/resetpw.pm between versions 1.30 and 1.31

version 1.30, 2013/02/05 15:33:36 version 1.31, 2013/02/05 15:45:18
Line 438  sub display_actions { Line 438  sub display_actions {
             '<p>'              '<p>'
            .&mt('You may wish to send an e-mail to the'             .&mt('You may wish to send an e-mail to the'
            .' server administrator: [_1] for the [_2] domain.',             .' server administrator: [_1] for the [_2] domain.',
                 '<i>'.$Apache::lonnet::perlvar{'AdminEmail'}.'</i>',                  '<i>'.$Apache::lonnet::perlvar{'AdmEMail'}.'</i>',
                 '<i>'.$domdesc.'</i>')                  '<i>'.$domdesc.'</i>')
            .'</p>';             .'</p>';
     }      }

Removed from v.1.30  
changed lines
  Added in v.1.31


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