Index: openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl,v diff -u -r1.39 -r1.39.2.1 --- openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl 29 Jun 2018 17:27:18 -0000 1.39 +++ openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl 17 Apr 2019 19:42:59 -0000 1.39.2.1 @@ -26,13 +26,11 @@ {date ""} {period_days:naturalnum,optional} {julian_date ""} -} -properties { - } -validate { valid_date -requires { date } { if {$date ne "" } { if {[catch {set date [clock format [clock scan $date] -format "%Y-%m-%d"]} err]} { - ad_complain "Your input ($date) was not valid. It has to be in the form YYYY-MM-DD." + ad_complain "Your input ($date) is not valid. It has to be in the form YYYY-MM-DD." } } }