From 40c28dd8c1dbf5e0c769789ab88f7006237c5535 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Wed, 16 Jan 2008 22:45:56 +0000 Subject: [PATCH] Syntax fix. --- e107_files/e_ajax.php | 6 +++--- e107_files/e_js.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/e107_files/e_ajax.php b/e107_files/e_ajax.php index ef9731df4..496cd4080 100644 --- a/e107_files/e_ajax.php +++ b/e107_files/e_ajax.php @@ -11,12 +11,12 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_files/e_ajax.php,v $ -| $Revision: 1.1 $ -| $Date: 2008-01-16 10:46:59 $ +| $Revision: 1.2 $ +| $Date: 2008-01-16 22:45:55 $ | $Author: e107coders $ +----------------------------------------------------------------------------+ */ -$E107['minimal'] = TRUE; +$_E107['minimal'] = TRUE; require_once("../class2.php"); // ----------------------------------------------------------------------------- diff --git a/e107_files/e_js.php b/e107_files/e_js.php index db00c2303..938b72791 100644 --- a/e107_files/e_js.php +++ b/e107_files/e_js.php @@ -4,8 +4,8 @@ | e107 website system - Javascript File. | | $Source: /cvs_backup/e107_0.8/e107_files/e_js.php,v $ -| $Revision: 1.2 $ -| $Date: 2008-01-16 10:46:59 $ +| $Revision: 1.3 $ +| $Date: 2008-01-16 22:45:56 $ | $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -22,7 +22,7 @@ * Final product: tdOffset cookie contains server-browser time difference in seconds, * independent of time zone. tzOffset contains browser time zone in minutes. */ -$E107['minimal'] = TRUE; +$_E107['minimal'] = TRUE; require_once("../class2.php"); header('Content-type: text/javascript', TRUE);