[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.7,1.8
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.7,1.8 |
Date: |
Wed, 05 Jun 2002 17:34:58 -0400 |
Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv20443
Modified Files:
class.uietemplate.inc.php
Log Message:
small documentation update for function process_show
Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.uietemplate.inc.php 2 Jun 2002 21:10:24 -0000 1.7
--- class.uietemplate.inc.php 5 Jun 2002 21:34:55 -0000 1.8
***************
*** 505,509 ****
@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])
*/
function process_show(&$content,$readonlys='')
--- 505,509 ----
@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 (by using the var-param &$content)
*/
function process_show(&$content,$readonlys='')
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.7,1.8,
Ralf Becker <address@hidden> <=