Code

fix typo
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 30 Jan 2010 22:46:27 +0000 (22:46 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 30 Jan 2010 22:46:27 +0000 (22:46 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4437 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/templating.py

index 047dfedab158c7b003a0fa439439bab7fa3025c0..ff354da48a38aba839a93f4c093135ee2748b338 100644 (file)
@@ -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)