Index: openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl,v diff -u -r1.10 -r1.10.2.1 --- openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 7 Aug 2017 23:48:10 -0000 1.10 +++ openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 20 Aug 2020 13:47:04 -0000 1.10.2.1 @@ -2,7 +2,7 @@ Procedures for initializing service contracts etc. for the evaluation portlet package. Should only be executed once upon installation. - + @creation-date May 2004 @author jopez@galileo.edu @cvs-id $Id$ @@ -13,15 +13,15 @@ namespace eval evaluation_evaluations_portlet {} namespace eval evaluation_admin_portlet {} -ad_proc -public evaluation_portlet::after_install {} { +ad_proc -private evaluation_portlet::after_install {} { Create the datasources needed by the evaluation portlets. } { evaluation_assignments_portlet::after_install evaluation_evaluations_portlet::after_install evaluation_admin_portlet::after_install } -ad_proc -public evaluation_portlet::before_uninstall {} { +ad_proc -private evaluation_portlet::before_uninstall {} { Evaluation Portlet package uninstall proc } {