From 3ddfa80f7fd01f12f87814f97c3da84582ead350 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 24 Sep 2008 22:13:57 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@2128 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib') diff --git a/engine/lib/install.php b/engine/lib/install.php index f4117b4e8..be88f473f 100644 --- a/engine/lib/install.php +++ b/engine/lib/install.php @@ -19,7 +19,7 @@ */ function php_check_version() { - if ( + if ( // TODO: Remove this when Redhat pulls its finger out (version_compare(phpversion(), '5.1.6', '>=')) && (version_compare(phpversion(), '5.2.0', '<')) ) -- cgit v1.2.3