Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.102 and 1.1075.2.103

version 1.1075.2.102, 2016/08/05 23:23:37 version 1.1075.2.103, 2016/08/06 20:15:00
Line 16165  sub check_recaptcha { Line 16165  sub check_recaptcha {
 }  }
   
 sub emailusername_info {  sub emailusername_info {
     my @fields = ('firstname','lastname','institution','web','location','officialemail');      my @fields = ('firstname','lastname','institution','web','location','officialemail','id');
     my %titles = &Apache::lonlocal::texthash (      my %titles = &Apache::lonlocal::texthash (
                      lastname      => 'Last Name',                       lastname      => 'Last Name',
                      firstname     => 'First Name',                       firstname     => 'First Name',
Line 16173  sub emailusername_info { Line 16173  sub emailusername_info {
                      location      => "School's city, state/province, country",                       location      => "School's city, state/province, country",
                      web           => "School's web address",                       web           => "School's web address",
                      officialemail => 'E-mail address at institution (if different)',                       officialemail => 'E-mail address at institution (if different)',
                        id            => 'Student/Employee ID',
                  );                   );
     return (\@fields,\%titles);      return (\@fields,\%titles);
 }  }

Removed from v.1.1075.2.102  
changed lines
  Added in v.1.1075.2.103


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