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: Caeies
Subject: [Phpgroupware-cvs] etemplate/inc class.uietemplate.inc.php
Date: Sun, 26 Feb 2006 20:41:19 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    etemplate
Branch:         
Changes by:     Caeies <address@hidden> 06/02/26 20:41:19

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

Log message:
        little workaround, before doing something better for etemplate ...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/etemplate/inc/class.uietemplate.inc.php.diff?tr1=1.63&tr2=1.64&r1=text&r2=text

Patches:
Index: etemplate/inc/class.uietemplate.inc.php
diff -u etemplate/inc/class.uietemplate.inc.php:1.63 
etemplate/inc/class.uietemplate.inc.php:1.64
--- etemplate/inc/class.uietemplate.inc.php:1.63        Mon Aug 18 23:15:59 2003
+++ etemplate/inc/class.uietemplate.inc.php     Sun Feb 26 20:41:19 2006
@@ -10,7 +10,7 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       /* $Id: class.uietemplate.inc.php,v 1.63 2003/08/18 23:15:59 ralfbecker 
Exp $ */
+       /* $Id: class.uietemplate.inc.php,v 1.64 2006/02/26 20:41:19 Caeies Exp 
$ */
 
        include_once(PHPGW_INCLUDE_ROOT . 
'/etemplate/inc/class.boetemplate.inc.php');
 
@@ -55,7 +55,8 @@
 
                        list($a,$b,$c,$d) = 
explode('.',$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
                        //echo "Version: $a.$b.$c.$d\n";
-                       $this->stable = $a <= 0 && $b <= 9 && $c <= 14 && 
!is_object($GLOBALS['phpgw']->xslttpl);
+                       //$this->stable = $a <= 0 && $b <= 9 && $c <= 14 && 
!is_object($GLOBALS['phpgw']->xslttpl);
+                       $this->stable = true; //XXX Make etemplate more or less 
working for head CAEIES :)
                }
 
                /*!




reply via email to

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