Index: openacs-4/packages/calendar/www/cal-monthview.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/Attic/cal-monthview.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/calendar/www/cal-monthview.tcl 6 Sep 2001 06:30:43 -0000 1.2 +++ openacs-4/packages/calendar/www/cal-monthview.tcl 15 Sep 2001 07:14:32 -0000 1.3 @@ -19,15 +19,13 @@ month_items } - - # find out the user_id set user_id [ad_verify_and_get_user_id] # extract all the cal-item that's occuring within the given month set sql " -select to_char(start_date, 'j') as start_date, +select to_char(start_date, 'J') as start_date, coalesce(e.name, a.name) as name, coalesce(e.description, a.description) as description, e.event_id as item_id