From b33074b792301db9b90a98fb9f75915449347baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Mon, 4 Feb 2002 15:57:18 +0000 Subject: [PATCH] small cosmetic fix --- ChangeLog | 3 +++ left.php3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 03f6bfb48..f1bdac0b1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-02-04 Olivier Müller + * left.php3: small cosmetic fixe in lightmode + 2002-02-02 Marc Delisle * db_stats.php3, db_details.php3, mult_submits.inc.php3, tbl_properties.php3: Button to optimize many tables diff --git a/left.php3 b/left.php3 index 92b68c686..63d442204 100755 --- a/left.php3 +++ b/left.php3 @@ -304,7 +304,7 @@ if ($num_dbs > 1) { $table_list_header .= '-'; $table_list_header .= ' '; - $table_list_header .= ' ' . $db . '  (' . $num_tables_disp . ')'; + $table_list_header .= ' ' . $db . '  '; $table_list_header .= ''; } else {