aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-03-02 19:48:16 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-03-02 19:48:16 +0000
commit2f8b3797c66e83dd15de4d616612a8c9f60dd808 (patch)
treedfe8532fbcb756a7e12559d96fecca331b4a09cd /phpBB/includes/functions_user.php
parent5cdf74ea0c8af4f9437824cb5d396d60004bf056 (diff)
downloadforums-2f8b3797c66e83dd15de4d616612a8c9f60dd808.tar
forums-2f8b3797c66e83dd15de4d616612a8c9f60dd808.tar.gz
forums-2f8b3797c66e83dd15de4d616612a8c9f60dd808.tar.bz2
forums-2f8b3797c66e83dd15de4d616612a8c9f60dd808.tar.xz
forums-2f8b3797c66e83dd15de4d616612a8c9f60dd808.zip
- update_foes() now can be given a user or a group. This should make some operations much faster
git-svn-id: file:///svn/phpbb/trunk@7109 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 3e3ee90c1b..31226ac30c 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -2519,7 +2519,7 @@ function group_update_listings($group_id)
global $phpbb_root_path, $phpEx;
include($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
}
- update_foes();
+ update_foes(array($group_id));
}
}