forked from science-ation/science-ation
- Remove the auth_required() function, nothing should call it anymore. Use
user_auth_required instead.
This commit is contained in:
parent
5d56e802a0
commit
5a4daf5580
@ -8,12 +8,6 @@ function auth_has_access($access="")
|
||||
return committee_auth_has_access($access);
|
||||
}
|
||||
|
||||
function auth_required($access="")
|
||||
{
|
||||
return user_auth_required('committee', $access);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
$accesscache=array();
|
||||
|
Loading…
Reference in New Issue
Block a user