Example #1
0
function modG($id, $Gnom, $listU)
{
    deleteG($id);
    addG($Gnom, $listU);
}
Example #2
0
function deleteGr($gId)
{
    deleteG($gId);
}