Skip to content

Commit

Permalink
Be more careful
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Dec 6, 2012
1 parent 242bd22 commit 9227bcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Products/CalendarX/skins/CalendarX/getDictCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
"""
startDate = ''
endDate = ''
nextDate = ''
prevDate = ''
prevstring = ''
nextstring = ''
currentstring = ''
startDateList = []
endDateList = []
startDateToShowList = []
Expand Down
2 changes: 1 addition & 1 deletion Products/CalendarX/skins/CalendarX/portlet_cx_choices.pt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
tal:define="MODIFIED string:mod 0.5.1 use CXsheetlist;
viewname string:${request/PUBLISHED/title_or_id};
CXsheetlist python:here.getCXSheetlist();
Dict python:here.getDictCommon(viewname, CXsheetlist);
Dict python: here.getDictCommon(viewname, CXsheetlist);
std modules/Products.PythonScripts.standard;
mstring modules/string;
url_quote nocall: std/url_quote;
Expand Down

0 comments on commit 9227bcb

Please sign in to comment.