From 35fa11a7c28c9fbd26c1da7da98f8eea661c23dc Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 11 Nov 2024 10:47:51 +0100 Subject: [PATCH] remove code from seeddms 6 --- views/bootstrap/class.Tasks.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/bootstrap/class.Tasks.php b/views/bootstrap/class.Tasks.php index e6f8c2328..cfcb6c1be 100644 --- a/views/bootstrap/class.Tasks.php +++ b/views/bootstrap/class.Tasks.php @@ -120,8 +120,6 @@ class SeedDMS_View_Tasks extends SeedDMS_Theme_Style { function countTasks() { /* {{{ */ $dms = $this->params['dms']; $user = $this->params['user']; - $enablereceiptworkflow = $this->params['enablereceiptworkflow']; - $enablerevisionworkflow = $this->params['enablerevisionworkflow']; $workflowmode = $this->params['workflowmode']; $tasksinmenu = $this->params['tasksinmenu'];