Index: trunk/kernel/include/events.php =================================================================== diff -u -r13 -r271 --- trunk/kernel/include/events.php (.../events.php) (revision 13) +++ trunk/kernel/include/events.php (.../events.php) (revision 271) @@ -71,7 +71,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"); } function &GetEmailEventObject($EventName,$LangId=NULL)