// Remove some other mysql_ in code

This commit is contained in:
rMalie
2011-07-19 11:51:12 +00:00
parent 5c16ddce4a
commit 0060d1edab
5 changed files with 19 additions and 4 deletions
+8
View File
@@ -260,6 +260,14 @@ class MySQLCore extends Db
die(Tools::displayError((mysql_error())));
}
}
/**
* @see DbCore::getVersion()
*/
public function getVersion()
{
return mysql_get_server_info();
}
static public function tryToConnect($server, $user, $pwd, $db)
{