From: Stephen Soltesz Date: Fri, 18 Sep 2009 22:46:24 +0000 (+0000) Subject: this doesn't work. X-Git-Tag: Monitor-3.0-21~4 X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=commitdiff_plain;h=2d1c0c5c0bf2fb15651dcfd813ae68bff4b80535 this doesn't work. --- diff --git a/monitor/wrapper/mailer.py b/monitor/wrapper/mailer.py index abf0352..1b45f0e 100755 --- a/monitor/wrapper/mailer.py +++ b/monitor/wrapper/mailer.py @@ -66,7 +66,7 @@ def getTicketStatus(ticket_id): r_values[key] = r_values[key].strip() r_values['Created'] = calendar.timegm(time.strptime(r_values['Created'])) - r_values['Told'] = calendar.timegm(time.strptime(r_values['Told'])) + #r_values['Told'] = calendar.timegm(time.strptime(r_values['Told'])) return r_values def setAdminCCViaRT(ticket_id, to):