* fix the error when assignedto = closed.

This commit is contained in:
wangchunsheng
2010-02-11 05:07:39 +00:00
parent ac12ac4328
commit bef9c62f6c

View File

@@ -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)