From 59f0e496bbd1955b8b0032764d2670b7a6e4e7df Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 30 Jan 2010 22:46:27 +0000 Subject: [PATCH] fix typo git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4437 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi/templating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index 047dfed..ff354da 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -2827,7 +2827,7 @@ class TemplatingUtils: html will simply be a table. """ - tz = request.client.db.getUserTimezone()) + tz = request.client.db.getUserTimezone() current_date = date.Date(".").local(tz) date_str = request.form.getfirst("date", current_date) display = request.form.getfirst("display", date_str) -- 2.30.2