rajout des droits adherents

This commit is contained in:
jlb 2003-09-15 15:31:26 +00:00
parent f89c8dbcd3
commit 624cc8a249

View File

@ -271,6 +271,22 @@ class User
if ($obj->fk_id == 44)
$this->rights->projet->supprimer = 1;
}
if ($module == 'adherent' or $module == '')
{
if ($obj->fk_id == 71)
$this->rights->adherent->lire = 1;
if ($obj->fk_id == 72)
$this->rights->adherent->creer = 1;
if ($obj->fk_id == 73)
$this->rights->adherent->modifier = 1;
if ($obj->fk_id == 74)
$this->rights->adherent->supprimer = 1;
}
$i++;
}