From 8292ecbd5ab0740b65130071a181f3f89178b606 Mon Sep 17 00:00:00 2001 From: pauget Date: Tue, 19 Oct 2004 18:03:13 +0200 Subject: [PATCH] La remarque en UTF-8 c'est mieux pour la base. darcs-hash:20041019160313-41617-b8c3035b71bff855fb871e8799022138fe10b148.gz --- gestion/ldap_crans.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index b2051234..849560c1 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -860,6 +860,7 @@ class base_classes_crans(crans_ldap) : def _delete(self,dn,comment='') : """ Sauvegarde puis destruction du dn (et des sous-dn) fourni """ # Commentaires + comment = preattr(comment)[1] # UTF-8 self.modifs.append('destruction (%s)' % comment) self._save()