* Remove unused code.

This commit is contained in:
孙广明
2022-05-24 10:36:50 +08:00
parent 1616e01773
commit 62cff2234d
Regular → Executable
-16
View File
@@ -286,22 +286,6 @@ class groupTest
return $objects;
}
/**
* Update view priv.
*
* @param int $groupID
* @access public
* @return bool
*/
public function updateViewTest($groupID)
{
$objects = $this->objectModel->updateView($groupID);
if(dao::isError()) return dao::getError();
return $objects;
}
/**
* Update privilege by module.
*