lib.inc.php3 select_db bug

This commit is contained in:
Marc Delisle
2001-06-04 02:04:46 +00:00
parent d712d64a95
commit 4a68a15b4e
2 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-06-03 Marc Delisle <lem9@users.sourceforge.net>
* lib.inc.php3 select_db commented out
2001-06-02 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* users_details.lib.php3: fixed some typos, warnings and little bugs
* lib.inc.php3, lines 144 & 147: wrong var names

View File

@@ -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);