aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/auth.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-04-26 18:10:57 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-04-26 18:10:57 +0000
commit01ad065ae54d3828cf6dad36e8f363000cd183a0 (patch)
treef76b68b915ac405f144d00ebc0c6daa345193248 /phpBB/includes/acp/auth.php
parentdb56792e91fa33da53bcd169c1fc45f092186b1d (diff)
downloadforums-01ad065ae54d3828cf6dad36e8f363000cd183a0.tar
forums-01ad065ae54d3828cf6dad36e8f363000cd183a0.tar.gz
forums-01ad065ae54d3828cf6dad36e8f363000cd183a0.tar.bz2
forums-01ad065ae54d3828cf6dad36e8f363000cd183a0.tar.xz
forums-01ad065ae54d3828cf6dad36e8f363000cd183a0.zip
- 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
Diffstat (limited to 'phpBB/includes/acp/auth.php')
-rw-r--r--phpBB/includes/acp/auth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/auth.php b/phpBB/includes/acp/auth.php
index 0aeffeb47e..9bb80f4ac0 100644
--- a/phpBB/includes/acp/auth.php
+++ b/phpBB/includes/acp/auth.php
@@ -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;