mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
no need to create temp table ttstatid anymore
This commit is contained in:
parent
0b57325c04
commit
3d3025c2cd
|
@ -50,13 +50,6 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style {
|
||||||
|
|
||||||
if ($showInProcess){
|
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') {
|
if($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') {
|
||||||
|
|
||||||
// Get document list for the current user.
|
// Get document list for the current user.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user