Index: openacs-4/packages/calendar/www/view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view.tcl,v diff -u -N -r1.31.2.8 -r1.31.2.9 --- openacs-4/packages/calendar/www/view.tcl 4 May 2017 12:09:50 -0000 1.31.2.8 +++ openacs-4/packages/calendar/www/view.tcl 30 Jun 2017 17:42:16 -0000 1.31.2.9 @@ -25,7 +25,7 @@ } valid_period_days -requires { period_days } { - # tcl allows in for relative times just 6 digits, including the "+" + # Tcl allows in for relative times just 6 digits, including the "+" if {$period_days > 99999} { ad_complain "Invalid time period." }