Diff for /loncom/auth/lonroles.pm between versions 1.87 and 1.88

version 1.87, 2004/03/05 01:55:01 version 1.88, 2004/03/09 21:01:55
Line 529  ENDHEADER Line 529  ENDHEADER
  $r->print('</form></body></html>');   $r->print('</form></body></html>');
  return OK;   return OK;
 # Is there only one choice?  # Is there only one choice?
     } elsif ($countactive==1) {      } elsif (($countactive==1) && ($ENV{'request.role'} eq 'cm')) {
  $r->print('<h3>'.&mt('Please stand by.').'</h3>'.   $r->print('<h3>'.&mt('Please stand by.').'</h3>'.
     '<input type="hidden" name="'.$possiblerole.'" value="1" />');      '<input type="hidden" name="'.$possiblerole.'" value="1" />');
  $r->print("</form>\n");   $r->print("</form>\n");

Removed from v.1.87  
changed lines
  Added in v.1.88


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