diff --git a/ChangeLog b/ChangeLog index 4e18b59c7..316e88b1b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ $Source$ * read_dump.php3; libraries/build_dump.lib.php3: tried a fix for bug #508746 - PMA_splitSqlFile() crashes server. Thanks to Matthias Fichtner (mfichtner) for the suggestions he did. + * left.php3: patch #518789 left.php3 - a little fix, thanks to + Jakub Wilk (ubanus). 2002-02-16 Marc Delisle * db_details.php3, no links if no data, diff --git a/left.php3 b/left.php3 index 16615fb1f..7086552f1 100755 --- a/left.php3 +++ b/left.php3 @@ -265,7 +265,7 @@ if ($num_dbs > 1) { ?> - <?php echo " />  + <?php echo " />  " target="phpmain" href="tbl_properties.php3?&table=">
1) { for ($t = 0; $t < $num_tables; $t++) { $table = mysql_tablename($tables, $t); $table_list .= ' ' . "\n"; - $table_list .= ' ' . $strBrowse . ': ' . $table . ' ' . "\n"; + $table_list .= ' ' . $strBrowse . ': ' . $table . ' ' . "\n"; if (PMA_USR_BROWSER_AGENT == 'IE') { $table_list .= ' ' . $table . '
' . "\n"; } else { @@ -402,7 +402,7 @@ else if ($num_dbs == 1) { echo "\n"; ?> - <?php echo " />  + <?php echo " />  " target="phpmain" href="tbl_properties.php3?&table=">