Index: openacs-4/packages/acs-tcl/lib/actions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/actions.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/lib/actions.tcl 7 Aug 2017 23:47:59 -0000 1.4 +++ openacs-4/packages/acs-tcl/lib/actions.tcl 3 Dec 2018 17:31:58 -0000 1.5 @@ -1,9 +1,11 @@ -# Generate an html version of the given package_id's admin actions. -# expects to be in a conn. -# -# @param package_id -# @param package_key -# @param return_url +ad_include_contract { + Generate an html version of the given package_id's admin actions. + expects to be in a conn. +} { + package_id:integer + package_key:token + return_url:localurl +} set user_id [ad_conn user_id]