Diff for /loncom/interface/domainprefs.pm between versions 1.160.6.47 and 1.160.6.48

version 1.160.6.47, 2014/05/09 17:49:47 version 1.160.6.48, 2014/05/23 08:34:54
Line 8512  sub modify_selfcreation { Line 8512  sub modify_selfcreation {
 # value set to one), if self-creation with e-mail address permitted, where $type is user type: faculty, staff, student etc.  # value set to one), if self-creation with e-mail address permitted, where $type is user type: faculty, staff, student etc.
 #  #
   
     if ($env{'form.cancreate_email'} eq 'email') {      if ($env{'form.cancreate_email'}) {
         push(@contexts,'emailusername');          push(@contexts,'emailusername');
         if (ref($types) eq 'ARRAY') {          if (ref($types) eq 'ARRAY') {
             foreach my $type (@{$types}) {              foreach my $type (@{$types}) {

Removed from v.1.160.6.47  
changed lines
  Added in v.1.160.6.48


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