diff --git a/VERSION b/VERSION index 30a4e4c4..be253e4c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-05-26 20:09:28) dev +Version 2.00.0 (2012-05-26 22:37:03) dev diff --git a/gluon/serializers.py b/gluon/serializers.py index 44703835..d3edca73 100644 --- a/gluon/serializers.py +++ b/gluon/serializers.py @@ -64,7 +64,7 @@ def json(value,default=custom_json): def csv(value): return '' -def ics(events, title=None, link=None, timeshift=0): +def ics(events, title=None, link=None, timeshift=0, **ignored): import datetime title = title or '(unkown)' if link and not callable(link):