hooks/notification.py
changeset 5174 78438ad513ca
parent 4993 c9229f185690
child 5423 e15abfdcce38
--- a/hooks/notification.py	Wed Apr 07 09:24:00 2010 +0200
+++ b/hooks/notification.py	Wed Apr 07 14:26:35 2010 +0200
@@ -124,7 +124,7 @@
             rqlsel.append(var)
             rqlrestr.append('X %s %s' % (attr, var))
         rql = 'Any %s WHERE %s' % (','.join(rqlsel), ','.join(rqlrestr))
-        rset = session.execute(rql, {'x': self.entity.eid}, 'x')
+        rset = session.execute(rql, {'x': self.entity.eid})
         for i, attr in enumerate(attrs):
             oldvalue = rset[0][i]
             newvalue = self.entity[attr]