Index: openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl 29 Jun 2018 17:27:18 -0000 1.5 +++ openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl 9 Feb 2020 15:30:16 -0000 1.5.2.1 @@ -1,41 +1,42 @@ ad_library { - These procs are there to ensure backwards compatibility for possible - API breakages. Once it is sure that an old proc interface is not used - anymore it should be removed from this file. Also move unused or + These procs are there to ensure backwards compatibility for possible + API breakages. Once it is sure that an old proc interface is not used + anymore it should be removed from this file. Also move unused or deprecated procs here so that we avoid cluttering up the other files. @author Dirk Gomez (openacs@dirkgomez.de) @creation-date Feb 19, 2004 - @cvs-id $Id$ + @cvs-id $Id$ } -ad_proc -deprecated calendar_have_private_p { - {-return_id 0} +ad_proc -deprecated calendar_have_private_p { + {-return_id 0} {-calendar_id_list {}} - party_id + party_id } { @see calendar::have_private_p } { calendar::have_private_p -return_id $return_id -calendar_id_list $calendar_id_list $party_id } -ad_proc -deprecated calendar_assign_permissions { calendar_id - party_id - cal_privilege - {revoke ""} +ad_proc -deprecated calendar_assign_permissions { + calendar_id + party_id + cal_privilege + {revoke ""} } { @see calendar::assign_permissions } { calendar::assign_permissions $calendar_id \ - $party_id \ - $cal_privilege \ - $revoke + $party_id \ + $cal_privilege \ + $revoke } ad_proc -deprecated calendar_create { owner_id - private_p - {calendar_name ""} + private_p + {calendar_name ""} } { @see calendar::create } {