From 410d65b651db499522e275b58cabfe095d44f3a0 Mon Sep 17 00:00:00 2001 From: pauget Date: Tue, 19 Oct 2004 16:10:30 +0200 Subject: [PATCH] Bug darcs-hash:20041019141030-41617-b4518f423dab4502d7994c695763a58030170cca.gz --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 7cb54e3a..b2051234 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -844,7 +844,7 @@ class base_classes_crans(crans_ldap) : for m in self.modifs : if sre.match('blacklist_*',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') else : for s in annuaire_modif_service.get(m,[]) :