Index: openacs-4/packages/calendar/www/cal-options-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/cal-options-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/calendar/www/cal-options-postgresql.xql 24 Aug 2001 01:47:36 -0000 1.1 +++ openacs-4/packages/calendar/www/cal-options-postgresql.xql 5 Sep 2001 09:59:12 -0000 1.2 @@ -7,7 +7,7 @@ - select unique(calendar_id) as calendar_id, + select distinct(calendar_id) as calendar_id, calendar_name, ' ' as checked_p from calendars @@ -17,7 +17,7 @@ union - select unique(on_which_calendar) as calendar_id, + select distinct(on_which_calendar) as calendar_id, calendar__name(on_which_calendar) as calendar_name, ' ' as checked_p from cal_items