sobjects/supervising.py
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 984 536e421b082b
child 1723 30c3a713ab61
--- a/sobjects/supervising.py	Fri Apr 17 13:21:05 2009 +0200
+++ b/sobjects/supervising.py	Fri Apr 17 16:55:37 2009 +0200
@@ -29,7 +29,7 @@
             SupervisionMailOp(session)
         
     def _call(self, *args):
-        if self._event() == 'update_entity' and args[0].e_schema == 'EUser':
+        if self._event() == 'update_entity' and args[0].e_schema == 'CWUser':
             updated = set(args[0].iterkeys())
             if not (updated - frozenset(('eid', 'modification_date', 'last_login_time'))):
                 # don't record last_login_time update which are done