diff --git a/ChangeLog b/ChangeLog index 25f17c6ce..dce9422c4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,13 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-08-18 Olivier Müller + * db_details.php3: added a few + * left.php3: one more space between table name and num_dbs + * tbl_properties.php3: activate select/browser/empty links + only if there is at least one row in the table + (other way would be to remove the inactivated links) + 2001-08-18 Loïc Chapeaux * db_details.php3; lang/*: modified the way the tables' number is displayed. diff --git a/db_details.php3 b/db_details.php3 index 794b2de66..fe86e58c0 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -200,16 +200,16 @@ else if (MYSQL_MAJOR_VERSION >= 3.23 && isset($tbl_cache)) { ?> - + - + - + - + diff --git a/left.php3 b/left.php3 index 6fe82542d..7f02cdcbf 100755 --- a/left.php3 +++ b/left.php3 @@ -199,7 +199,7 @@ if ($num_dbs > 1) { echo "\n"; ?> -  () +   ()
@@ -265,7 +265,7 @@ else if ($num_dbs == 1) { ?>
-  () +   ()
- - -

- [ - ]    - [ - ]    - [ - ]    - [ - ] -

-= 3.23 && intval(MYSQL_MINOR_VERSION) >= 3) { $showtable = mysql_fetch_array($result); $tbl_type = strtoupper($showtable['Type']); + if (isset($showtable['Rows']) && $showtable['Rows']>0) { + + ?> + + +

+ [ + ]    + [ + ]    + [ + ]    + [ + ] +

+ + +

+ [ ]    + [ ]    + [ + ]    + [ ] +

+