small documentation update for function process_show

This commit is contained in:
Ralf Becker 2002-06-05 21:34:55 +00:00
parent e94fc7ca21
commit 1af318fbba

View File

@ -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='')
{