Bug
darcs-hash:20041017201049-41617-af6a8e6bdc9d35464f6fdac9a822fcccbad2b04b.gz
This commit is contained in:
parent
f577a7f1c9
commit
094e874558
1 changed files with 3 additions and 5 deletions
|
@ -760,12 +760,10 @@ class base_classes_crans(crans_ldap) :
|
||||||
modif='inscription'
|
modif='inscription'
|
||||||
else :
|
else :
|
||||||
if "chbre" in self.modifs:
|
if "chbre" in self.modifs:
|
||||||
modif= self.modifs.remove("chbre")
|
self.modifs.remove("chbre")
|
||||||
modif.append("chbre %s -> %s" % (self._init_data["chbre"][0],
|
self.modifs.append("chbre %s -> %s" % (self._init_data["chbre"][0],
|
||||||
self._data["chbre"][0]))
|
self._data["chbre"][0]))
|
||||||
else:
|
modif=', '.join(self.modifs)
|
||||||
modif = self.modifs
|
|
||||||
modif=', '.join(modif)
|
|
||||||
|
|
||||||
timestamp = localtime()
|
timestamp = localtime()
|
||||||
hist = "%s, %s" % ( time.strftime(date_format, timestamp), script_utilisateur )
|
hist = "%s, %s" % ( time.strftime(date_format, timestamp), script_utilisateur )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue