* Fix sql and rename program to PRJ.

This commit is contained in:
Yagami
2020-09-16 11:28:55 +08:00
parent 143ada5106
commit 66f4f5403a
76 changed files with 351 additions and 364 deletions
+1 -1
View File
@@ -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();