diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php index da1b19ed4..ebe6fb90d 100644 --- a/views/bootstrap/class.MyDocuments.php +++ b/views/bootstrap/class.MyDocuments.php @@ -50,13 +50,6 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style { if ($showInProcess){ - if (!$db->createTemporaryTable("ttstatid") || !$db->createTemporaryTable("ttcontentid")) { - $this->contentHeading(getMLText("warning")); - $this->contentContainer(getMLText("internal_error_exit")); - $this->htmlEndPage(); - exit; - } - if($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') { // Get document list for the current user.