phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.22,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.22,1.23
Date: Sun, 29 Sep 2002 18:21:31 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv6182

Modified Files:
        class.boetemplate.inc.php 
Log Message:
fixed a typo in the call of the render-function (extensions)

Index: class.boetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.boetemplate.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** class.boetemplate.inc.php   29 Sep 2002 16:12:52 -0000      1.22
--- class.boetemplate.inc.php   29 Sep 2002 22:21:29 -0000      1.23
***************
*** 386,390 ****
                                return False;
                        }
!                       return 
$GLOBALS['phpgw_info']['etemplate']['extension'][$name]->render($cell,$form_name,$value,$readonly,
                                
$GLOBALS['phpgw_info']['etemplate']['extension_data'][$type][$cell['name']],$this);
                }
--- 386,390 ----
                                return False;
                        }
!                       return 
$GLOBALS['phpgw_info']['etemplate']['extension'][$type]->render($cell,$form_name,$value,$readonly,
                                
$GLOBALS['phpgw_info']['etemplate']['extension_data'][$type][$cell['name']],$this);
                }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]