From 1234537f64f7f4368274a614ce78bd9bc0d5951b Mon Sep 17 00:00:00 2001 From: sakamocchi Date: Fri, 25 Mar 2011 03:49:06 +0000 Subject: [PATCH] Modify capitalizing difference between "$mysqlVersion" and "$mySqlVersion". git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@1187 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- utf8/install/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utf8/install/index.php b/utf8/install/index.php index ff2554a..38223b1 100755 --- a/utf8/install/index.php +++ b/utf8/install/index.php @@ -205,14 +205,14 @@ function showInstallForm() { @sql_disconnect($conn); //End and clean output buffer ob_end_clean(); - $mysqlVersion = implode($match, '.'); + $mySqlVersion = implode($match, '.'); $minVersion = '3.23'; if (version_compare($mySqlVersion, '0.0.0', '==')) { echo _NOTIFICATION1; } else { - echo $mysqlVersion; + echo $mySqlVersion; } if (version_compare($mySqlVersion, $minVersion, '<')) { -- 2.11.0