|
From: FlorinCB <ory...@us...> - 2009-01-10 23:24:22
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14869 Modified Files: page_header.php Log Message: fix Index: page_header.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_header.php,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** page_header.php 10 Jan 2009 17:11:19 -0000 1.69 --- page_header.php 10 Jan 2009 23:24:14 -0000 1.70 *************** *** 198,202 **** case 'phpbb3': ! $admin = (!$phpbb_auth->acl_get('a_') && $mx_user->data['user_id'] != ANONYMOUS) ? true : false; break; --- 198,202 ---- case 'phpbb3': ! global $phpbb_auth; $admin = (!$phpbb_auth->acl_get('a_') && $mx_user->data['user_id'] != ANONYMOUS) ? true : false; break; |