lib.inc.php3 select_db bug
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2001-06-02 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* users_details.lib.php3: fixed some typos, warnings and little bugs
|
* users_details.lib.php3: fixed some typos, warnings and little bugs
|
||||||
* lib.inc.php3, lines 144 & 147: wrong var names
|
* lib.inc.php3, lines 144 & 147: wrong var names
|
||||||
|
@@ -2,9 +2,9 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
require("./config.inc.php3");
|
require("./config.inc.php3");
|
||||||
if (isset($db)) {
|
//if (isset($db)) {
|
||||||
mysql_select_db($db);
|
// mysql_select_db($db);
|
||||||
}
|
//}
|
||||||
|
|
||||||
if(!defined("__LIB_INC__")) {
|
if(!defined("__LIB_INC__")) {
|
||||||
define("__LIB_INC__", 1);
|
define("__LIB_INC__", 1);
|
||||||
|
Reference in New Issue
Block a user