Diff for /loncom/interface/lonuserutils.pm between versions 1.109.2.9 and 1.109.2.10

version 1.109.2.9, 2010/11/15 17:37:47 version 1.109.2.10, 2010/11/15 17:57:35
Line 4401  sub upfile_drop_add { Line 4401  sub upfile_drop_add {
                             }                              }
                         }                          }
                         if (!$cancreate{$usertype}) {                          if (!$cancreate{$usertype}) {
                             $r->print('<br />'.                              my $showtype = $longtypes{$usertype};
                                       &mt("[_1]: The user does not exist, and you are not permitted to create users of type: $longtypes{$usertype}.",'<b>'.$username.'</b>'));                              if ($usertype eq 'unofficial') {
                                   $r->print('<br />'.
                                             &mt("[_1]: The user does not exist, and the new user's username must be an e-mail address.",'<b>'.$username.'</b>'));
                               } else {
                                   $r->print('<br />'.
                                             &mt("[_1]: The user does not exist, and you are not permitted to create users of type: [_2].",'<b>'.$username.'</b>',$showtype));
                               }
                             next;                              next;
                         }                          }
                     } else {                      } else {

Removed from v.1.109.2.9  
changed lines
  Added in v.1.109.2.10


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