[gen_conf/droits.py] Because boolean are too mainstream ?
suckers…
This commit is contained in:
parent
1cbef6f45c
commit
b0cb97cfc8
1 changed files with 2 additions and 2 deletions
|
@ -105,9 +105,9 @@ class droits_ldap(CransLdap, droits):
|
||||||
|
|
||||||
if ML[0] == '+' :
|
if ML[0] == '+' :
|
||||||
ML = ML[1:]
|
ML = ML[1:]
|
||||||
only_add = 1
|
only_add = True
|
||||||
else :
|
else :
|
||||||
only_add = 0
|
only_add = False
|
||||||
|
|
||||||
# Instance correspondant à la ML
|
# Instance correspondant à la ML
|
||||||
mlist = MailList.MailList(ML)
|
mlist = MailList.MailList(ML)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue