|
From: Jon O. <jon...@us...> - 2007-05-30 21:31:11
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4101 Modified Files: mx_functions_phpbb.php Log Message: minor fixes Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** mx_functions_phpbb.php 30 Jan 2007 16:26:07 -0000 1.29 --- mx_functions_phpbb.php 30 May 2007 21:31:03 -0000 1.30 *************** *** 860,864 **** include_once($mx_root_path . 'modules/mx_kb/kb/includes/functions_auth.' . $phpEx); $mx_kb_auth = new mx_kb_auth(); ! $is_auth_ary = $mx_kb_auth->auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata); } else --- 860,865 ---- include_once($mx_root_path . 'modules/mx_kb/kb/includes/functions_auth.' . $phpEx); $mx_kb_auth = new mx_kb_auth(); ! $mx_kb_auth->auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata); ! $is_auth_ary = $mx_kb_auth->auth_user; } else |