Commit c1546dcb authored by Aurel's avatar Aurel

remove not used parameter


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20098 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d390bc0
......@@ -259,7 +259,7 @@ def getIntervalListBetweenDates(from_date=None, to_date=None,
new_date = addToDate(new_date, to_add={'day':7})
else:
new_date = addToDate(new_date, to_add={current_key:1})
if not entire and to_date.strftime(format_dict[current_key]) not in diff_value[current_key]:
if to_date.strftime(format_dict[current_key]) not in diff_value[current_key]:
diff_value[current_key].append(to_date.strftime(format_dict[current_key]))
returned_value = {}
......
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