authzgroups : verifygroups can be updated
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1869 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -372,9 +372,9 @@ class authzgroups
|
|||||||
|
|
||||||
/** Check if the provided datas are compilant with the group specification
|
/** Check if the provided datas are compilant with the group specification
|
||||||
@return array The errors found in the datas */
|
@return array The errors found in the datas */
|
||||||
public function groupVerify ($datas)
|
public function groupVerify ($datas, $idgroup=false)
|
||||||
{
|
{
|
||||||
return $this->dbGroup->verify ($datas);
|
return $this->dbGroup->verify ($datas, $idgroup);
|
||||||
}
|
}
|
||||||
//////////////////////
|
//////////////////////
|
||||||
// GROUP MEMBER //
|
// GROUP MEMBER //
|
||||||
|
|||||||
Reference in New Issue
Block a user