1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

- 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
This commit is contained in:
David M
2007-03-02 19:48:16 +00:00
parent 5cdf74ea0c
commit 2f8b3797c6
3 changed files with 92 additions and 4 deletions

View File

@@ -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));
}
}