* Fix sql and rename program to PRJ.
This commit is contained in:
@@ -388,7 +388,7 @@ class groupModel extends model
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function updatePgmAdmin($groupID)
|
||||
public function updatePRJadmin($groupID)
|
||||
{
|
||||
$this->loadModel('user');
|
||||
$this->dao->delete()->from(TABLE_USERGROUP)->where('`group`')->eq($groupID)->exec();
|
||||
|
||||
Reference in New Issue
Block a user