Update of /cvsroot/mxbb/core/includes/sessions/phpbb2
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30403/phpbb2
Modified Files:
core.php
Log Message:
acl_getfignore() mx: droped in clases
Index: core.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb2/core.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** core.php 15 Jul 2008 23:28:33 -0000 1.12
--- core.php 19 Jul 2008 22:49:44 -0000 1.13
***************
*** 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;
|