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.15 -r1.16 --- openacs-4/packages/calendar/tcl/calendar-procs.tcl 26 Jul 2003 21:30:51 -0000 1.15 +++ openacs-4/packages/calendar/tcl/calendar-procs.tcl 26 Jul 2003 21:48:11 -0000 1.16 @@ -240,13 +240,6 @@ create a private calendar } { - # check to make sure the user_id given is indeed a user - # this shouldn always happen - - if {![cc_is_party_user_p $private_id]} { - return "ERROR: ID NOT USER" - } - # set the private calendar name set calendar_name "private calendar for [db_string get_user_name { select acs_object.name(:private_id)