phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.42,1.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.42,1.43
Date: Sat, 12 Oct 2002 18:37:32 -0400

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

Modified Files:
        class.uietemplate.inc.php 
Log Message:
set post_process for an extension only if the extension has a post_process 
funktion, else it might overwright the normal post_process

Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** class.uietemplate.inc.php   12 Oct 2002 16:34:43 -0000      1.42
--- class.uietemplate.inc.php   12 Oct 2002 22:37:29 -0000      1.43
***************
*** 718,722 ****
                                        break;
                        }
!                       if ($ext_type && !$readonly)    // extension-processing 
need to be after all other and only with diff. name
                        {       // unset it first, if it is already set, to be 
after the other widgets of the ext.
                                
unset($GLOBALS['phpgw_info']['etemplate']['to_process'][$form_name]);
--- 718,722 ----
                                        break;
                        }
!                       if ($ext_type && !$readonly && 
$this->haveExtension($ext_type,'post_process'))  // extension-processing need 
to be after all other and only with diff. name
                        {       // unset it first, if it is already set, to be 
after the other widgets of the ext.
                                
unset($GLOBALS['phpgw_info']['etemplate']['to_process'][$form_name]);





reply via email to

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