Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.66 and 1.1075.2.67

version 1.1075.2.66, 2014/02/19 19:49:30 version 1.1075.2.67, 2014/02/22 00:02:13
Line 15047  sub check_recaptcha { Line 15047  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.1075.2.66  
changed lines
  Added in v.1.1075.2.67


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