From ffdcd41f6e0c0b77c00595a771f0415b2b1eac07 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Wed, 3 Jul 2013 07:27:01 +0000 Subject: [PATCH] * code for task#1487. --- module/doc/control.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/doc/control.php b/module/doc/control.php index a543470b89..8b55c04b76 100644 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -357,7 +357,6 @@ class doc extends control $this->view->doc = $doc; $this->view->libID = $libID; - $this->view->users = $this->user->getPairs('noclosed,nodeleted'); $this->view->moduleOptionMenu = $moduleOptionMenu; $this->display(); } @@ -395,7 +394,7 @@ class doc extends control $this->view->doc = $doc; $this->view->lib = $lib; $this->view->actions = $this->loadModel('action')->getList('doc', $docID); - $this->view->users = $this->user->getPairs('noclosed,nodeleted,noletter'); + $this->view->users = $this->user->getPairs('noclosed,noletter'); $this->view->preAndNext = $this->loadModel('common')->getPreAndNextObject('doc', $docID); $this->view->keTableCSS = $this->doc->extractKETableCSS($doc->content);