git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4626 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-10-16 01:54:17 +00:00
parent 11f6d39a26
commit 8e9937a05b
45 changed files with 223 additions and 291 deletions

View file

@ -102,7 +102,7 @@
}
if($ver < "2.0") {
$this->setError(-1, "Zeroboard XE cannot be installed under the version of firebird 2.0. Current firebird version is ".$ver);
$this->setError(-1, "XE cannot be installed under the version of firebird 2.0. Current firebird version is ".$ver);
return;
}

View file

@ -83,7 +83,7 @@
// 버전 확인후 4.1 이하면 오류 표시
if(mysql_get_server_info($this->fd)<"4.1") {
$this->setError(-1, "Zeroboard XE cannot be installed under the version of mysql 4.1. Current mysql version is ".mysql_get_server_info());
$this->setError(-1, "XE cannot be installed under the version of mysql 4.1. Current mysql version is ".mysql_get_server_info());
return;
}

View file

@ -83,7 +83,7 @@
// 버전 확인후 4.1 이하면 오류 표시
if(mysql_get_server_info($this->fd)<"4.1") {
$this->setError(-1, "zeroboard xe can not install under mysql 4.1. Current mysql version is ".mysql_get_server_info());
$this->setError(-1, "XE can not install under mysql 4.1. Current mysql version is ".mysql_get_server_info());
return;
}