1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@8303 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2008-01-04 19:54:24 +00:00
parent f14f82775f
commit 3b29db4545
3 changed files with 3 additions and 0 deletions

View File

@@ -2164,6 +2164,7 @@ function cache_moderators()
if ($db->truncate)
{
$db->sql_query('TRUNCATE TABLE ' . MODERATOR_CACHE_TABLE);
}
else
{
$db->sql_query('DELETE FROM ' . MODERATOR_CACHE_TABLE);