diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-03 17:42:57 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-03 17:42:57 +0000 |
commit | 5d10efceda5a7e342faeb5f6bd47de7a15342cfc (patch) | |
tree | cf02626d49399cadf1abf39eb1ee495d9301d6f2 /phpBB/includes | |
parent | c93a40ed0c8d2570dfc82719a3b56590cf7a92f8 (diff) | |
download | forums-5d10efceda5a7e342faeb5f6bd47de7a15342cfc.tar forums-5d10efceda5a7e342faeb5f6bd47de7a15342cfc.tar.gz forums-5d10efceda5a7e342faeb5f6bd47de7a15342cfc.tar.bz2 forums-5d10efceda5a7e342faeb5f6bd47de7a15342cfc.tar.xz forums-5d10efceda5a7e342faeb5f6bd47de7a15342cfc.zip |
erm... yes...
git-svn-id: file:///svn/phpbb/trunk@7115 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 761af3ae18..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(array($group_id)); + update_foes(array($group_id)); } } |