Bug
darcs-hash:20041019141030-41617-b4518f423dab4502d7994c695763a58030170cca.gz
This commit is contained in:
parent
60fcc39fec
commit
410d65b651
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ class base_classes_crans(crans_ldap) :
|
||||||
for m in self.modifs :
|
for m in self.modifs :
|
||||||
if sre.match('blacklist_*',m) :
|
if sre.match('blacklist_*',m) :
|
||||||
serv.append(m)
|
serv.append(m)
|
||||||
elif m == 'chbre' and '????' in [ self._init_data.get("chbre",[])[0] , self._data.get("chbre",[])[0] ] :
|
elif m == 'chbre' and '????' in [ self._init_data.get("chbre",[''])[0] , self._data.get("chbre",[''])[0] ] :
|
||||||
serv.append('bl_chbre_invalide')
|
serv.append('bl_chbre_invalide')
|
||||||
else :
|
else :
|
||||||
for s in annuaire_modif_service.get(m,[]) :
|
for s in annuaire_modif_service.get(m,[]) :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue