Index: openacs-4/packages/calendar/tcl/calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-procs.tcl,v diff -u -r1.39.2.20 -r1.39.2.21 --- openacs-4/packages/calendar/tcl/calendar-procs.tcl 6 Jun 2023 13:25:31 -0000 1.39.2.20 +++ openacs-4/packages/calendar/tcl/calendar-procs.tcl 6 Jun 2023 14:37:01 -0000 1.39.2.21 @@ -183,11 +183,6 @@ return -1 } - # - # Cleanup empty strings from the id list - # - set calendar_id_list [lsearch -all -inline -not -exact $calendar_id_list {}] - if { [llength $calendar_id_list] > 0 } { set result [db_string get_calendar_info_calendar_id_list {} -default 0] } else {