[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] etemplate/inc class.etemplate.inc.php
From: |
Caeies |
Subject: |
[Phpgroupware-cvs] etemplate/inc class.etemplate.inc.php |
Date: |
Sun, 03 Sep 2006 17:00:40 +0000 |
CVSROOT: /cvsroot/phpgroupware
Module name: etemplate
Changes by: Caeies <Caeies> 06/09/03 17:00:40
Modified files:
inc : class.etemplate.inc.php
Log message:
E_ALL fix
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/etemplate/inc/class.etemplate.inc.php?cvsroot=phpgroupware&r1=1.5&r2=1.6
Patches:
Index: class.etemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.etemplate.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- class.etemplate.inc.php 17 Oct 2002 23:34:28 -0000 1.5
+++ class.etemplate.inc.php 3 Sep 2006 17:00:40 -0000 1.6
@@ -10,14 +10,14 @@
* option) any later version.
*
\**************************************************************************/
- /* $Id: class.etemplate.inc.php,v 1.5 2002/10/17 23:34:28 ralfbecker
Exp $ */
+ /* $Id: class.etemplate.inc.php,v 1.6 2006/09/03 17:00:40 Caeies Exp $
*/
if (!function_exists('get_var'))
{
include_once('get_var.php');
}
$ui = ''; // html UI, which UI to use, should come from api and be in
$GLOBALS['phpgw']???
- if ($_ENV['DISPLAY'] && isset($_SERVER['_']))
+ if (isset($_ENV['DISPLAY']) && $_ENV['DISPLAY'] && isset($_SERVER['_']))
{
$ui = '_gtk';
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] etemplate/inc class.etemplate.inc.php,
Caeies <=