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.6 -r1.7 --- openacs-4/packages/calendar/tcl/calendar-procs.tcl 23 Jan 2002 09:20:45 -0000 1.6 +++ openacs-4/packages/calendar/tcl/calendar-procs.tcl 23 Jan 2002 09:24:55 -0000 1.7 @@ -135,7 +135,7 @@ set creation_user [ad_conn "user_id"] # BMA:FIXME: this needs to be fixed a LOT more, but for now we patch the obvious - if {$creation_user == 0}{ + if {$creation_user == 0} { set creation_user $owner_id }