--- loncom/cgi/lonauthcgi.pm 2009/06/13 20:28:51 1.3 +++ loncom/cgi/lonauthcgi.pm 2009/08/21 23:14:06 1.4 @@ -1,7 +1,7 @@ # # LON-CAPA authorization for cgi-bin scripts # -# $Id: lonauthcgi.pm,v 1.3 2009/06/13 20:28:51 raeburn Exp $ +# $Id: lonauthcgi.pm,v 1.4 2009/08/21 23:14:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -194,8 +194,8 @@ sub can_view { } } } + last if $allowed; } - last if $allowed; } } return $allowed;