aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-24 22:13:57 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-24 22:13:57 +0000
commit3ddfa80f7fd01f12f87814f97c3da84582ead350 (patch)
treef153df3852cb2b48cee316472fff56f35c357653 /engine/lib
parent76a8f36be1c7e85693c804f6b15832da21e78354 (diff)
downloadelgg-3ddfa80f7fd01f12f87814f97c3da84582ead350.tar.gz
elgg-3ddfa80f7fd01f12f87814f97c3da84582ead350.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@2128 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r--engine/lib/install.php2
1 files changed, 1 insertions, 1 deletions
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', '<'))
)