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.3 -r1.4 --- openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 8 Jul 2004 19:41:14 -0000 1.3 +++ openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 26 Jul 2004 17:57:34 -0000 1.4 @@ -13,15 +13,15 @@ namespace eval evaluation_evaluations_portlet {} namespace eval evaluation_admin_portlet {} -ad_proc -private evaluation_portlet::after_install {} { +ad_proc -public 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 -private evaluation_portlet::before_uninstall {} { +ad_proc -public evaluation_portlet::before_uninstall {} { Evaluation Portlet package uninstall proc } {