This commit is contained in:
Antoine Beaupr�� 2014-11-21 17:41:13 +00:00
parent 8d6ad39913
commit 335b5beebe
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class DB_Sql {
$this->Link_ID=mysql_connect($Host, $User, $Password); $this->Link_ID=mysql_connect($Host, $User, $Password);
if (!$this->Link_ID) { if (!$this->Link_ID) {
$this->halt("pconnect($Host, $User, \$Password) failed."); $this->halt("connect($Host, $User, \$Password) failed.");
return 0; return 0;
} }