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.24 -r1.25 --- openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 7 Aug 2017 23:48:01 -0000 1.24 +++ openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 16 May 2018 15:23:55 -0000 1.25 @@ -85,13 +85,7 @@ ad_script_abort } -ad_proc -public get_server_root {} { - Get the server root directory (supposing we run under ACS) -} { - return $::acs::rootdir -} - ad_proc adp_parse_ad_conn_file {} { Handle a request for an adp and/or Tcl file in the template system @@ -184,7 +178,20 @@ } } + # +### Deprecated procs +# + +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 +} { + return $::acs::rootdir +} + + +# # Local variables: # mode: tcl # tcl-indent-level: 4