summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-04-09 14:10:27 +0200
committerAndrey Andreev <narf@devilix.net>2014-04-09 14:10:27 +0200
commit9a0e0c76b64d2a401d7ae32d1e53aaca30c7d959 (patch)
tree51a5ed00a7f155640e8b8197fd20d0145eea3643 /system/core/Common.php
parentb8bec1bf7407ebaee1c2b8bc1bddebe340e0346d (diff)
Minor changes in FV, Trackback
Diffstat (limited to 'system/core/Common.php')
-rw-r--r--system/core/Common.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index fda747b05..677ceaf97 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -45,9 +45,6 @@ if ( ! function_exists('is_php'))
/**
* Determines if the current version of PHP is greater then the supplied value
*
- * Since there are a few places where we conditionally test for PHP > 5.3
- * we'll set a static variable.
- *
* @param string
* @return bool TRUE if the current version is $version or higher
*/