Index: openacs-4/packages/acs-developer-support/www/shell.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/www/shell.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-developer-support/www/shell.tcl 7 Aug 2017 23:47:56 -0000 1.8 +++ openacs-4/packages/acs-developer-support/www/shell.tcl 12 Jun 2018 08:33:03 -0000 1.9 @@ -1,5 +1,7 @@ ad_page_contract { - @Author Nis Jorgensen + Interactive shell for executing commands in OpenACS + + @author Nis Jorgensen } { {script:optional,allhtml {}} } -properties { Index: openacs-4/packages/workflow/tcl/role-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/role-procs.tcl,v diff -u -r1.28 -r1.29 --- openacs-4/packages/workflow/tcl/role-procs.tcl 9 May 2018 15:33:33 -0000 1.28 +++ openacs-4/packages/workflow/tcl/role-procs.tcl 12 Jun 2018 08:40:05 -0000 1.29 @@ -363,7 +363,7 @@ @param role_id The ID of the workflow @param array Name of the array you want the info returned in - @Author Lars Pind (lars@collaboraid.biz) + @author Lars Pind (lars@collaboraid.biz) } { set workflow_id [workflow::role::get_workflow_id -role_id $role_id]