Index: openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl,v diff -u -N -r1.60 -r1.61 --- openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 9 May 2018 15:33:28 -0000 1.60 +++ openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 12 Jul 2018 09:02:29 -0000 1.61 @@ -431,11 +431,9 @@ the message text itself. To update or add message catalog text, use the lang::message::register proc. -

- Implementation note: some of the dynamic sql edit - code of this proc was copied from the auth::authority::edit proc - and should probably be broken out into a general API. -

+ Implementation note: some of the dynamic sql edit + code of this proc was copied from the auth::authority::edit proc + and should probably be broken out into a general API. @param package_key The package_key of the message to update @@ -444,7 +442,7 @@ @param locale The locale of the message to update @param edit_array_list An array list holding names of columns and - and the values to set them to. Valid keys + the values to set them to. Valid keys in this array list are any column names in the lang_messages table.