Diff for /loncom/interface/loncommon.pm between versions 1.1176 and 1.1177

version 1.1176, 2014/02/19 15:50:56 version 1.1177, 2014/02/20 00:56:15
Line 15051  sub check_recaptcha { Line 15051  sub check_recaptcha {
 }  }
   
 sub emailusername_info {  sub emailusername_info {
     my @fields = ('lastname','firstname','institution','web','location','officialemail');      my @fields = ('firstname','lastname','institution','web','location','officialemail');
     my %titles = &Apache::lonlocal::texthash (      my %titles = &Apache::lonlocal::texthash (
                      lastname      => 'Last Name',                       lastname      => 'Last Name',
                      firstname     => 'First Name',                       firstname     => 'First Name',

Removed from v.1.1176  
changed lines
  Added in v.1.1177


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