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.14,1.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.14,1.15
Date: Tue, 03 Sep 2002 06:27:25 -0400

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

Modified Files:
        class.uietemplate.inc.php 
Log Message:
going back to the old way of showing content, before Seek3r's change in the 
templates.
Showing the content via set_var('phpgw_body',$html) removes '{something}' from 
the html and expressions like that are needed as variable names.

Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uietemplate.inc.php   2 Sep 2002 11:11:09 -0000       1.14
--- class.uietemplate.inc.php   3 Sep 2002 10:27:23 -0000       1.15
***************
*** 127,131 ****
                        else
                        {
!                               
$GLOBALS['phpgw']->template->set_var('phpgw_body',$html);
                        }
                }
--- 127,132 ----
                        else
                        {
!                               echo $html;
!                               // this removes {} eg.'${test}' -> '$' 
$GLOBALS['phpgw']->template->set_var('phpgw_body',$html);
                        }
                }





reply via email to

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