Fix inconsistent capitalization of Rhymix

This commit is contained in:
Kijin Sung 2016-02-08 16:31:10 +09:00
parent f58d8f7d06
commit a499aa0d1f
29 changed files with 113 additions and 118 deletions

View file

@ -79,7 +79,7 @@ class DBMysql extends DB
// Error appears if the version is lower than 4.1.13
if(version_compare(mysql_get_server_info($result), '4.1.13', '<'))
{
$this->setError(-1, 'RhymiX requires MySQL 4.1.13 or later. Current MySQL version is ' . mysql_get_server_info());
$this->setError(-1, 'Rhymix requires MySQL 4.1.13 or later. Current MySQL version is ' . mysql_get_server_info());
return;
}