From 5a4daf5580f190952e75beb3aac19aeee31dc1c9 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 19 Nov 2007 00:37:48 +0000 Subject: [PATCH] - Remove the auth_required() function, nothing should call it anymore. Use user_auth_required instead. --- committee_auth.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/committee_auth.php b/committee_auth.php index 26e98cf..fd55aa1 100644 --- a/committee_auth.php +++ b/committee_auth.php @@ -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();