[Eis-commits] SF.net SVN: eis:[228] branches/1.5.x/lib/engine/engine.lib.php
Status: Pre-Alpha
Brought to you by:
baslijnse
|
From: <bas...@us...> - 2009-02-22 11:02:57
|
Revision: 228
http://eis.svn.sourceforge.net/eis/?rev=228&view=rev
Author: baslijnse
Date: 2009-02-22 11:02:50 +0000 (Sun, 22 Feb 2009)
Log Message:
-----------
Removed unneccary declare of in engine.lib.php of the 1.5.x branch. This caused the eis.sf.net website to break
Modified Paths:
--------------
branches/1.5.x/lib/engine/engine.lib.php
Modified: branches/1.5.x/lib/engine/engine.lib.php
===================================================================
--- branches/1.5.x/lib/engine/engine.lib.php 2008-02-24 14:42:21 UTC (rev 227)
+++ branches/1.5.x/lib/engine/engine.lib.php 2009-02-22 11:02:50 UTC (rev 228)
@@ -25,7 +25,6 @@
var $concrete_page = null;
//EGINE CONFIGURATION
- var $config;
var $datadirEnabled = false;
var $databaseEnabled = false;
var $sessionEnabled = false;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|