diff --git a/ChangeLog b/ChangeLog index 27c6cc15d..ce08b9fda 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-06-03 Marc Delisle + * lib.inc.php3 select_db commented out + 2001-06-02 Loïc Chapeaux * users_details.lib.php3: fixed some typos, warnings and little bugs * lib.inc.php3, lines 144 & 147: wrong var names diff --git a/lib.inc.php3 b/lib.inc.php3 index 56f7043a7..6bf638524 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -2,9 +2,9 @@ /* $Id$ */ require("./config.inc.php3"); -if (isset($db)) { - mysql_select_db($db); -} +//if (isset($db)) { +// mysql_select_db($db); +//} if(!defined("__LIB_INC__")) { define("__LIB_INC__", 1);