From 654e5c969bfacb429e13eec58fee8d62c2495111 Mon Sep 17 00:00:00 2001 From: kakysha Date: Tue, 27 Jan 2015 20:51:50 +0300 Subject: is_php() more accurate description --- system/core/Common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/core/Common.php b/system/core/Common.php index 7046ec401..5c5672e99 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -54,7 +54,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); if ( ! function_exists('is_php')) { /** - * Determines if the current version of PHP is greater then the supplied value + * Determines if the current version of PHP is equal to or greater than the supplied value * * @param string * @return bool TRUE if the current version is $version or higher -- cgit v1.2.3-24-g4f1b