Index: openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl,v diff -u -r1.56 -r1.57 --- openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl 14 Jun 2018 12:56:48 -0000 1.56 +++ openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl 25 Jul 2018 20:42:48 -0000 1.57 @@ -1170,15 +1170,12 @@ If -absolute is supplied then this function will generate absolute urls. - If the site is currently being accessed via a host node mapping or - -force_host_node_map is also supplied then URLs will omit the - corresponding subsite url stub. The host name will be used + If the site is currently being accessed via a host node mapping then URLs + will omit the corresponding subsite url stub. The host name will be used for any appropriate subsite when absolute urls are generated. @param node_id the subsite's node_id (defaults to nearest subsite node). @param absolute_p whether to include the host in the returned url. - @param force_host_node_map_p whether to produce host node mapped urls - regardless of the current connection state } { if {[ad_conn isconnected]} { if {$node_id eq ""} {