Index: openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html 15 Aug 2019 10:13:07 -0000 1.5.2.1 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html 28 Dec 2021 14:36:13 -0000 1.5.2.2 @@ -874,7 +874,7 @@
-Concatenate a list of name-value pairs as returned by set_to_pairs into a list of { name=value} pairs +Concatenate a list of name-value pairs as a list of { name=value} pairs
@@ -893,10 +893,6 @@
Returns:
An HTML string in format " name=value name=value ..." - -
See Also: - -
proc - publish::set_to_pairs
@@ -1144,46 +1140,6 @@

- - - -
- publish::set_to_pairs - -
-
-Convert an ns_set into a list of name-value pairs, in form {name value name value ...} -
-
- - Parameters: - - - - - - - - - - -
params - * - - The ns_set id
exclusion_list - * - - {} A list of keys to be ignored
- -
Returns: -
- A list of name-value pairs representing the data in the ns_set - -
-
- -

-
publish::track_publish_status