Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -N -r1.58 -r1.59 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 2 Jul 2018 13:28:28 -0000 1.58 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 11 Jul 2018 07:31:22 -0000 1.59 @@ -1012,8 +1012,7 @@ } { Calls method_name for the type of object_id with object_id as the first arg, and the remaining args are the remainder of the args to - method_name. Example ad_call_method method1 foo bar baz calls the - the method1 associated with the type of foo, with foo bar and baz + method_name. Example ad_call_method method1 foo bar baz calls the method1 associated with the type of foo, with foo bar and baz as the 3 arguments. @param method_name method name @@ -1030,8 +1029,7 @@ } { Calls method_name for the type of object_id with object_id as the first arg, and the remaining args are the remainder of the args to - method_name. Example ad_call_method method1 foo bar baz calls the - the method1 associated with the type of foo, with foo bar and baz + method_name. Example ad_call_method method1 foo bar baz calls the method1 associated with the type of foo, with foo bar and baz as the 3 arguments. @param method_name method name