From 1af318fbba99cb6103c4d63820e77dd3b20006bb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 5 Jun 2002 21:34:55 +0000 Subject: [PATCH] small documentation update for function process_show --- etemplate/inc/class.uietemplate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.uietemplate.inc.php b/etemplate/inc/class.uietemplate.inc.php index 495fde5c0f..79b8ec063c 100644 --- a/etemplate/inc/class.uietemplate.inc.php +++ b/etemplate/inc/class.uietemplate.inc.php @@ -504,7 +504,7 @@ @param $vars HTTP_POST_VARS on first call, later (deeper recursions) subscripts of it @param $readonly array with cell- / var-names which should NOT return content (this is to workaround browsers who not understand READONLY correct) @param $cname basename of our returnt content (same as in call to show) - @returns the adjusted content (in the simplest case that would be $vars[$cname]) + @returns the adjusted content (by using the var-param &$content) */ function process_show(&$content,$readonlys='') {