--- trunk/webwork-modperl/lib/WeBWorK/Authz.pm 2002/12/13 21:14:54 675 +++ trunk/webwork-modperl/lib/WeBWorK/Authz.pm 2002/12/13 21:49:58 676 @@ -24,6 +24,8 @@ return $self; } +# This currently only uses two of it's arguments, but it accepts any number, in +# case in the future calculating certain permissions requires more information. sub hasPermissions { my ($self, $user, $activity) = @_; my $r = $self->{r};