Diff for /loncom/cgi/lonauthcgi.pm between versions 1.3 and 1.4

version 1.3, 2009/06/13 20:28:51 version 1.4, 2009/08/21 23:14:06
Line 194  sub can_view { Line 194  sub can_view {
                         }                          }
                     }                      }
                 }                  }
                   last if $allowed;
             }              }
             last if $allowed;  
         }          }
     }      }
     return $allowed;      return $allowed;

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


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