Index: openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl,v diff -u -N -r1.54.2.11 -r1.54.2.12 --- openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 2 Sep 2020 16:48:48 -0000 1.54.2.11 +++ openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 30 Mar 2021 15:48:21 -0000 1.54.2.12 @@ -54,7 +54,7 @@ } } -ad_proc -private lang::util::get_hash_indices { multilingual_string } { +ad_proc -public lang::util::get_hash_indices { multilingual_string } { Returns a list of two element lists containing the start and end indices of a #message_key# match in the multilingual string. This proc is used by the localize proc.