Index: trunk/kernel/include/theme.php =================================================================== diff -u -r13 -r271 --- trunk/kernel/include/theme.php (.../theme.php) (revision 13) +++ trunk/kernel/include/theme.php (.../theme.php) (revision 271) @@ -727,7 +727,7 @@ global $objSession; $edit_table = $objSession->GetEditTable($this->SourceTable); - $this->adodbConnection->Execute("DROP TABLE $edit_table"); + $this->adodbConnection->Execute("DROP TABLE IF EXISTS $edit_table"); }