Index: openacs-4/packages/calendar-portlet/tcl/calendar-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/tcl/calendar-portlet-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/calendar-portlet/tcl/calendar-portlet-procs.tcl 26 Oct 2001 17:32:10 -0000 1.5 +++ openacs-4/packages/calendar-portlet/tcl/calendar-portlet-procs.tcl 1 Nov 2001 21:04:20 -0000 1.6 @@ -221,7 +221,19 @@ } } } + + ad_proc -public make_self_available { + page_id + } { + Wrapper for the portal:: proc + + @param page_id + @author arjun@openforce.net + @creation-date Nov 2001 + } { + portal::make_datasource_available \ + $page_id [get_datasource_id [my_name]] + } } -