[form] [status] fix #172

This commit is contained in:
Rushabh Mehta 2013-06-07 14:57:30 +05:30
parent cdd265d3bf
commit cbb176cdf1

View File

@ -88,6 +88,6 @@ def get_events(start, end, filters=None):
"start": start,
"end": end,
"conditions": conditions
}, as_dict=True, update={"allDay": 0}, debug=1)
}, as_dict=True, update={"allDay": 0})
return data