phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] etemplate/inc class.uietemplate.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] etemplate/inc class.uietemplate.inc.php
Date: Thu, 08 Feb 2007 09:55:41 +0000

CVSROOT:        /sources/phpgroupware
Module name:    etemplate
Changes by:     Sigurd Nes <sigurdne>   07/02/08 09:55:41

Modified files:
        inc            : class.uietemplate.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/etemplate/inc/class.uietemplate.inc.php?cvsroot=phpgroupware&r1=1.72&r2=1.73

Patches:
Index: class.uietemplate.inc.php
===================================================================
RCS file: /sources/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- class.uietemplate.inc.php   4 Feb 2007 13:53:48 -0000       1.72
+++ class.uietemplate.inc.php   8 Feb 2007 09:55:41 -0000       1.73
@@ -5,7 +5,7 @@
 * @author Ralf Becker <address@hidden>
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
 * @package etemplate
-* @version $Id: class.uietemplate.inc.php,v 1.72 2007/02/04 13:53:48 sigurdne 
Exp $
+* @version $Id: class.uietemplate.inc.php,v 1.73 2007/02/08 09:55:41 sigurdne 
Exp $
 */
        include_once(PHPGW_INCLUDE_ROOT . 
'/etemplate/inc/class.boetemplate.inc.php');
 
@@ -47,8 +47,8 @@
 
                        $this->boetemplate($name,$load_via);
 
-                       //$this->stable = true;
-                       $this->stable = $a <= 0 && $b <= 9 && $c <= 16 && 
!is_object($GLOBALS['phpgw']->xslttpl);
+                       $this->stable = true;
+                       //$this->stable = $a <= 0 && $b <= 9 && $c <= 16 && 
!is_object($GLOBALS['phpgw']->xslttpl);
                }
 
                /**




reply via email to

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