bug 439572
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2001-07-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* bug 439572, left.php3: added a @ before mysql_list_tables,
|
||||||
|
to try to get rid of a warning (cause: too many tables?)
|
||||||
|
|
||||||
2001-07-08 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-07-08 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* lib.inc.php3, line 742: Documentation is now loaded in its own window.
|
* lib.inc.php3, line 742: Documentation is now loaded in its own window.
|
||||||
* db_details.php3: rewritten the script so it fits XHTML1.0 and PEAR
|
* db_details.php3: rewritten the script so it fits XHTML1.0 and PEAR
|
||||||
|
@@ -109,7 +109,7 @@ if ($server > 0) {
|
|||||||
if (!empty($db_start) && $db == $db_start) {
|
if (!empty($db_start) && $db == $db_start) {
|
||||||
$selected_db = $j;
|
$selected_db = $j;
|
||||||
}
|
}
|
||||||
$tables = mysql_list_tables($db);
|
$tables = @mysql_list_tables($db);
|
||||||
$num_tables = @mysql_numrows($tables);
|
$num_tables = @mysql_numrows($tables);
|
||||||
$common_url_query = "server=$server&lang=$lang&db=$db";
|
$common_url_query = "server=$server&lang=$lang&db=$db";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user