lib.inc.php3 select_db bug
This commit is contained in:
@@ -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
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user