fixed a controluser bug

This commit is contained in:
Alexander M. Turek
2002-04-26 10:30:46 +00:00
parent 3af3569292
commit 481793d104
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-04-26 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: fixed a controluser bug.
2002-04-25 Alexander M. Turek <rabus@users.sourceforge.net> 2002-04-25 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/italian.inc.php3: updated, thanks again to Pietro Danesi. * lang/italian.inc.php3: updated, thanks again to Pietro Danesi.

View File

@@ -429,7 +429,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
$local_query = $connect_func . '(' $local_query = $connect_func . '('
. $cfg['Server']['host'] . $server_port . $server_socket . ', ' . $cfg['Server']['host'] . $server_port . $server_socket . ', '
. $cfg['Server']['controluser'] . ', ' . $cfg['Server']['controluser'] . ', '
. $cfg['Server']['stdpass'] . ')'; . $cfg['Server']['controlpass'] . ')';
PMA_mysqlDie($conn_error, $local_query, FALSE); PMA_mysqlDie($conn_error, $local_query, FALSE);
} // end if } // end if
} // end if } // end if