merge stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 14 Dec 2009 15:35:21 +0100
branchstable
changeset 4117 3f8b7ffdda53
parent 4116 20b23af4e51e (diff)
parent 4115 6ec0fca70701 (current diff)
child 4118 8a9a00a9405c
merge
--- a/server/hooks.py	Mon Dec 14 15:02:07 2009 +0100
+++ b/server/hooks.py	Mon Dec 14 15:35:21 2009 +0100
@@ -245,7 +245,7 @@
         return
     eschema = entity.e_schema
     for attr in entity.edited_attributes:
-        val = entity[attr]:
+        val = entity[attr]
         if val is None:
             continue
         if eschema.subjrels[attr].final and \