Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.145 -r1.189.2.146 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Sep 2022 11:17:46 -0000 1.189.2.145 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Sep 2022 11:43:13 -0000 1.189.2.146 @@ -1027,10 +1027,15 @@ } } -ad_proc -public util_get_current_url {} { +ad_proc -deprecated util_get_current_url {} { Returns a URL for re-issuing the current request, with query variables. If a form submission is present, that is converted into query vars as well. + DEPRECATED: ad_return_url is a complete replacement for this api + that also allows better control over the behavior. + + @see ad_return_url + @return URL for the current page @author Lars Pind (lars@pinds.com)