28 Aug
2003
28 Aug
'03
10:22 a.m.
garry saddington wrote:
Module Products.PageTemplates.ZRPythonExpr, line 48, in __call__ - __traceback_info__: not(member.login_time == here.ZopeTime('2000/01/01') and here.validate_email) Module Python expression "not(member.login_time == here.ZopeTime('2000/01/01') and here.validate_email)", line 2, in f AttributeError: ZopeTime
Dunno what this logic is doing in a ZPT :-( Try replacing here.ZopeTime with modules['DateTime'].DateTime cheers, Chris