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