server/hooks.py
branchstable
changeset 4116 20b23af4e51e
parent 4112 b33a9f3e19d6
child 4119 85bb30fb6d9b
--- a/server/hooks.py	Mon Dec 14 14:49:37 2009 +0100
+++ b/server/hooks.py	Mon Dec 14 15:33:33 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 \