Index: trunk/kernel/include/category.php =================================================================== diff -u -r133 -r271 --- trunk/kernel/include/category.php (.../category.php) (revision 133) +++ trunk/kernel/include/category.php (.../category.php) (revision 271) @@ -2182,7 +2182,7 @@ unset($r); $rs->MoveNext(); } - @$this->adodbConnection->Execute("DROP TABLE $edit_table"); + @$this->adodbConnection->Execute("DROP TABLE IF EXISTS $edit_table"); //$this->UpdateMissingCacheData(); }