1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00
- removed some unneeded globals


git-svn-id: file:///svn/phpbb/trunk@6597 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-11-17 21:51:16 +00:00
parent ac5a12c024
commit f589ce3a84
2 changed files with 3 additions and 2 deletions

View File

@@ -2264,6 +2264,7 @@ function group_update_listings($group_id)
{
if (!function_exists('cache_moderators'))
{
global $phpbb_root_path, $phpEx;
include($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
}
cache_moderators();