From de94b5e981bd335afb3fe0e75a0a707a20dbdae2 Mon Sep 17 00:00:00 2001 From: "shiyangyangwork@yahoo.cn" Date: Wed, 15 Feb 2012 01:09:28 +0000 Subject: [PATCH] * finish the task #723. --- module/story/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/control.php b/module/story/control.php index ac5658b94b..08cac52f9a 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -574,7 +574,7 @@ class story extends control if($prjMembers) { $ccList .= ',' . join(',', $prjMembers); - $ccList = ltrim(',', $ccList); + $ccList = ltrim($ccList, ','); } }