mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- adding user logs (displaying all users instead of limited to the user if viewing user notes)
- fixed a tiny set of bugs... git-svn-id: file:///svn/phpbb/trunk@5848 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -701,7 +701,7 @@ class auth_admin extends auth
|
||||
/**
|
||||
* Set a user or group ACL record
|
||||
*/
|
||||
function acl_set($ug_type, &$forum_id, &$ug_id, &$auth, $role_id = 0, $clear_prefetch = true)
|
||||
function acl_set($ug_type, $forum_id, $ug_id, $auth, $role_id = 0, $clear_prefetch = true)
|
||||
{
|
||||
global $db;
|
||||
|
||||
@@ -851,7 +851,7 @@ class auth_admin extends auth
|
||||
/**
|
||||
* Set a role-specific ACL record
|
||||
*/
|
||||
function acl_set_role($role_id, &$auth)
|
||||
function acl_set_role($role_id, $auth)
|
||||
{
|
||||
global $db;
|
||||
|
||||
|
Reference in New Issue
Block a user