Commit e4ef9ae6 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42760 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 439d1087
......@@ -87,7 +87,7 @@ if request_type == "list":\n
event_dict["error"] = None\n
for event in event_list:\n
start = event.getStartDate().strftime("%m/%d/%Y %H:%M")\n
end = event.getStartDate().strftime("%m/%d/%Y %H:%M")\n
end = event.getStopDate().strftime("%m/%d/%Y %H:%M")\n
event_dict["events"].append([random.randrange(10000, 99999),\n
event.getTitle(),\n
start,\n
......
198
\ No newline at end of file
199
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment