OSDN Git Service

Reduce my notes on the previous source...
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / libs / sql / mysql.php
index 08be571..95bc087 100755 (executable)
@@ -71,8 +71,6 @@ if (function_exists('mysql_query') && !function_exists('sql_fetch_assoc'))
                $MYSQL_CONN = @mysql_connect($MYSQL_HOST, $MYSQL_USER, $MYSQL_PASSWORD) or startUpError('<p>Could not connect to MySQL database.</p>', 'Connect Error');
                mysql_select_db($MYSQL_DATABASE) or startUpError('<p>Could not select database: ' . mysql_error() . '</p>', 'Connect Error');
                
-               version_compare($mySqlVer, '5.0.7', '>=')
-               
 /*
 // <add for garble measure>
                $resource = sql_query("show variables LIKE 'character_set_database'");