Diff for /loncom/interface/selfenroll.pm between versions 1.3 and 1.4

version 1.3, 2008/05/14 20:06:51 version 1.4, 2008/06/03 03:07:38
Line 171  END Line 171  END
             $r->print('<li>'.&mt('Otherwise:').'<br />');              $r->print('<li>'.&mt('Otherwise:').'<br />');
             my $count = 0;              my $count = 0;
             foreach my $type ('sso','login','email') {               foreach my $type ('sso','login','email') { 
                 if ($count> 0) {                  if (($count > 0) && ($count <@cancreate)) {
                     $r->print('&nbsp;, '.&mt('or').'<br />');                      $r->print('&nbsp;, '.&mt('or').'<br />');
                 }                  }
                 if (grep(/^$type$/,@cancreate)) {                  if (grep(/^$type$/,@cancreate)) {

Removed from v.1.3  
changed lines
  Added in v.1.4


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