Index: openacs-4/packages/calendar/www/cal-item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/Attic/cal-item.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/calendar/www/cal-item.tcl 3 Jun 2002 04:08:17 -0000 1.12 +++ openacs-4/packages/calendar/www/cal-item.tcl 13 Sep 2002 10:43:59 -0000 1.13 @@ -83,7 +83,7 @@ if { $action == "edit" } { # check so that cal_item_id does exist - if { [empty_string_p cal_item_id] } { + if { [empty_string_p $cal_item_id] } { # barf error ad_return_complaint 1 "you need to supply a cal_item_id" }