mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
oops
git-svn-id: file:///svn/phpbb/trunk@8303 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -480,6 +480,7 @@ class acp_icons
|
||||
if ($db->truncate)
|
||||
{
|
||||
$db->sql_query('TRUNCATE TABLE ' . $table);
|
||||
}
|
||||
else
|
||||
{
|
||||
$db->sql_query('DELETE FROM ' . $table);
|
||||
|
@@ -205,6 +205,7 @@ class acp_main
|
||||
if ($db->truncate)
|
||||
{
|
||||
$db->sql_query('TRUNCATE TABLE ' . TOPICS_POSTED_TABLE);
|
||||
}
|
||||
else
|
||||
{
|
||||
$db->sql_query('DELETE FROM ' . TOPICS_POSTED_TABLE);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user