* adjust code for manageMembers in project, if the same account has been selected unset it.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-01-10 01:27:33 +00:00
parent cbaed93538
commit 1b0020ce2d
5 changed files with 10 additions and 18 deletions
+1
View File
@@ -791,6 +791,7 @@ class projectModel extends model
{
extract($_POST);
$accounts = array_unique($accounts);
foreach($accounts as $key => $account)
{
if(empty($account)) continue;