96 |
$this->om_utilisateur["libelle_profil"] = $resProfil; |
$this->om_utilisateur["libelle_profil"] = $resProfil; |
97 |
|
|
98 |
// si c'est un administrateur technique |
// si c'est un administrateur technique |
99 |
if ($resProfil == "ADMINISTRATEUR TECHNIQUE") { |
// XXX Mauvaise méthode, il faut utiliser isAccredited |
100 |
|
if ($resProfil == "ADMINISTRATEUR TECHNIQUE" |
101 |
|
|| $resProfil == "ADMINISTRATEUR FONCTIONNEL") { |
102 |
$this->user_is_admin = true; |
$this->user_is_admin = true; |
103 |
} else { |
} else { |
104 |
$this->user_is_admin = false; |
$this->user_is_admin = false; |