diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2008-12-23 13:53:13 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2008-12-23 13:53:13 +0000 |
| commit | 7e95a3ee6c6f09e0440d6375ddd128a329d02058 (patch) | |
| tree | 7f1c039e086f8d3b5214aed54ca36340ca604c86 /phpBB/includes/acp/acp_modules.php | |
| parent | 79f2dedb51b856f540464ba39c9d3cb839672cdb (diff) | |
| download | forums-7e95a3ee6c6f09e0440d6375ddd128a329d02058.tar forums-7e95a3ee6c6f09e0440d6375ddd128a329d02058.tar.gz forums-7e95a3ee6c6f09e0440d6375ddd128a329d02058.tar.bz2 forums-7e95a3ee6c6f09e0440d6375ddd128a329d02058.tar.xz forums-7e95a3ee6c6f09e0440d6375ddd128a329d02058.zip | |
merge in r9090, r9170, r9174, r9179
git-svn-id: file:///svn/phpbb/trunk@9214 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_modules.php')
| -rw-r--r-- | phpBB/includes/acp/acp_modules.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_modules.php b/phpBB/includes/acp/acp_modules.php index 70b3c621c8..eb36916344 100644 --- a/phpBB/includes/acp/acp_modules.php +++ b/phpBB/includes/acp/acp_modules.php @@ -661,6 +661,8 @@ class acp_modules $iteration++; } + $db->sql_freeresult($result); + unset($padding_store); return $module_list; |
