From bef9c62f6c28697271bb93a96bdc34453eda73c6 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 11 Feb 2010 05:07:39 +0000 Subject: [PATCH] * fix the error when assignedto = closed. --- trunk/module/story/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/module/story/control.php b/trunk/module/story/control.php index e0e7406038..cf6acdf40b 100644 --- a/trunk/module/story/control.php +++ b/trunk/module/story/control.php @@ -344,7 +344,7 @@ class story extends control $ccList = ltrim(',', $ccList); } - if($toList == '') + if($toList == '' or $toList == 'closed') { if($ccList == '') return; if(strpos($ccList, ',') === false)