Index: openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 16 May 2018 15:23:55 -0000 1.25 +++ openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 24 Aug 2018 13:35:24 -0000 1.26 @@ -186,6 +186,8 @@ ad_proc -deprecated -public get_server_root {} { Get the server root directory (supposing we run under ACS)
THIS PROC IS SUPERSEDED BY acs_root_dir + + @see acs_root_dir } { return $::acs::rootdir }