|
@@ 955-959 (lines=5) @@
|
| 952 |
|
if ($qui['statut'] == '1comite') { |
| 953 |
|
if (isset($opt['webmestre']) and $opt['webmestre']) { |
| 954 |
|
return false; |
| 955 |
|
} elseif ((isset($opt['statut']) and $opt['statut']) |
| 956 |
|
or (isset($opt['restreintes']) and $opt['restreintes']) |
| 957 |
|
or $opt['email'] |
| 958 |
|
) { |
| 959 |
|
return false; |
| 960 |
|
} elseif ($id == $qui['id_auteur']) { |
| 961 |
|
return true; |
| 962 |
|
} else { |
|
@@ 972-975 (lines=4) @@
|
| 969 |
|
if ($qui['restreint']) { |
| 970 |
|
if (isset($opt['webmestre']) and $opt['webmestre']) { |
| 971 |
|
return false; |
| 972 |
|
} elseif ((isset($opt['statut']) and ($opt['statut'] == '0minirezo')) |
| 973 |
|
or (isset($opt['restreintes']) and $opt['restreintes']) |
| 974 |
|
) { |
| 975 |
|
return false; |
| 976 |
|
} else { |
| 977 |
|
if ($id == $qui['id_auteur']) { |
| 978 |
|
if (isset($opt['statut']) and $opt['statut']) { |