diff --git a/balint_autorisations.php b/balint_autorisations.php index aadd808..d53503b 100644 --- a/balint_autorisations.php +++ b/balint_autorisations.php @@ -130,7 +130,7 @@ function autoriser_article_rediger($faire, $type, $id, $qui, $opt) { } function autoriser_sujet_creer($faire, $type, $id, $qui, $opt) { - return in_array($qui['statut'], array('0minirezo','1comite','6forum')); + return in_array($qui['statut'], array('0minirezo','1comite')); } function autoriser_sujet_editer($faire, $type, $id, $qui, $opt) { diff --git a/content/espace_membre.html b/content/espace_membre.html index 9f5dada..bb9da74 100644 --- a/content/espace_membre.html +++ b/content/espace_membre.html @@ -9,7 +9,20 @@