|
From: FlorinCB <ory...@us...> - 2008-07-19 22:49:48
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30403/phpbb3 Modified Files: core.php Log Message: acl_getfignore() mx: droped in clases Index: core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/core.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** core.php 15 Jul 2008 22:53:57 -0000 1.10 --- core.php 19 Jul 2008 22:49:45 -0000 1.11 *************** *** 94,103 **** /** ! * function mx_acl_getfignore() * $auth_level_read can be a value or array; * $ignore_forum_ids can have this sintax: forum_id(1), forum_id(2), ..., forum_is(n); * 1st test 25.06.2008 by FlorinCB */ ! function mx_acl_getfignore($auth_level_read, $ignore_forum_ids) { global $phpbb_root_path, $mx_user; --- 94,103 ---- /** ! * function acl_getfignore() * $auth_level_read can be a value or array; * $ignore_forum_ids can have this sintax: forum_id(1), forum_id(2), ..., forum_is(n); * 1st test 25.06.2008 by FlorinCB */ ! function acl_getfignore($auth_level_read, $ignore_forum_ids) { global $phpbb_root_path, $mx_user; |