Index: openacs-4/packages/calendar/www/view-list-display.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-list-display.tcl,v diff -u -r1.35.2.5 -r1.35.2.6 --- openacs-4/packages/calendar/www/view-list-display.tcl 11 May 2017 16:40:58 -0000 1.35.2.5 +++ openacs-4/packages/calendar/www/view-list-display.tcl 30 Jun 2017 17:42:16 -0000 1.35.2.6 @@ -7,7 +7,7 @@ {period_days:integer,notnull {[parameter::get -parameter ListView_DefaultPeriodDays -default 31]}} } -validate { 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." }