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 -r1.66.2.29 -r1.66.2.30 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 12 Sep 2022 12:51:37 -0000 1.66.2.29 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 28 Sep 2022 08:48:22 -0000 1.66.2.30 @@ -1063,7 +1063,10 @@ # If no replacement command is provided, use whatever is # specified in the @see property of the definition. # - if {[nsv_get api_proc_doc template::util::date::now_min_interval_plus_hour dict] + # The "oldCmd" should be fully qualified but with no leading + # colons, like "template::util::date::now_min_interval_plus_hour" + # + if {[nsv_get api_proc_doc $oldCmd dict] && [dict exists $dict see] } { set newCmd [dict get $dict see]