From 481793d104e3e32e120c28141301b0ba55cfd933 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 26 Apr 2002 10:30:46 +0000 Subject: [PATCH] fixed a controluser bug --- ChangeLog | 3 +++ libraries/common.lib.php3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c1c7a8e50..675d42837 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-04-26 Alexander M. Turek + * libraries/common.lib.php3: fixed a controluser bug. + 2002-04-25 Alexander M. Turek * lang/italian.inc.php3: updated, thanks again to Pietro Danesi. diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 8ad8f1d27..0247eeee2 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -429,7 +429,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){ $local_query = $connect_func . '(' . $cfg['Server']['host'] . $server_port . $server_socket . ', ' . $cfg['Server']['controluser'] . ', ' - . $cfg['Server']['stdpass'] . ')'; + . $cfg['Server']['controlpass'] . ')'; PMA_mysqlDie($conn_error, $local_query, FALSE); } // end if } // end if