This commit is contained in:
Marc Delisle
2004-09-21 13:33:11 +00:00
parent 7321306e7f
commit 08400b2222
2 changed files with 5 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ function PMA_DBI_connect($user, $password) {
$client_flags |= 128;
}
if (empty($client_clags)) {
if (empty($client_flags)) {
$connect_func = 'mysql_' . ($cfg['PersistentConnections'] ? 'p' : '') . 'connect';
$link = @$connect_func($cfg['Server']['host'] . $server_port . $server_socket, $user, $password);
} else {