Index: trunk/admin/category/category_maint.php =================================================================== diff -u -r214 -r271 --- trunk/admin/category/category_maint.php (.../category_maint.php) (revision 214) +++ trunk/admin/category/category_maint.php (.../category_maint.php) (revision 271) @@ -80,7 +80,7 @@ $objEditItems->SourceTable = $objSession->GetEditTable("Category"); $table = $objEditItems->SourceTable; //echo "Dropping Table..
\n"; - @$ado->Execute("DROP TABLE $table"); + @$ado->Execute("DROP TABLE IF EXISTS $table"); if($objCatList->CurrentCategoryID()>0) {