diff options
author | David M <davidmj@users.sourceforge.net> | 2008-01-04 19:54:24 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2008-01-04 19:54:24 +0000 |
commit | 3b29db45459f562abe975ba5f450141b67546f71 (patch) | |
tree | 54b656e671f9b1ec16e1b8f1f241721e14341c13 /phpBB/includes/functions_admin.php | |
parent | f14f82775f0ff532ac48e3a739e221a8284d74b5 (diff) | |
download | forums-3b29db45459f562abe975ba5f450141b67546f71.tar forums-3b29db45459f562abe975ba5f450141b67546f71.tar.gz forums-3b29db45459f562abe975ba5f450141b67546f71.tar.bz2 forums-3b29db45459f562abe975ba5f450141b67546f71.tar.xz forums-3b29db45459f562abe975ba5f450141b67546f71.zip |
oops
git-svn-id: file:///svn/phpbb/trunk@8303 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r-- | phpBB/includes/functions_admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index b4410bcce1..2ef21ce0fa 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -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); |