* fix the bug when update the user of a group.

This commit is contained in:
wangchunsheng
2010-04-29 07:43:08 +00:00
parent 2b49ae0d52
commit 8ce686ad42
-1
View File
@@ -156,7 +156,6 @@ class groupModel extends model
$data->account = $account;
$data->group = $groupID;
$this->dao->insert(TABLE_USERGROUP)->data($data)->exec();
$this->dbh->exec($sql);
}
}
}