From 1be1e3091896a7b4cd9a2e42becebae9adb8a10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 26 Feb 2002 21:57:59 +0000 Subject: [PATCH] Fixed some php warnings --- ChangeLog | 1 + left.php3 | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 438cd6e54..b0976cd76 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $Source$ SSL -> cookies are unsecure. * libraries/common.lib.php3, lines 146-164: if $cfgPmaAbsoluteUri is empty the script now tries to guess it. + * left.php3: fixed some php warnings. 2002-02-25 Loïc Chapeaux * lang/japanese-*: updated thanks to Yukihiro Kawada aka "luc" diff --git a/left.php3 b/left.php3 index 81c784a34..e08b73c70 100755 --- a/left.php3 +++ b/left.php3 @@ -260,13 +260,16 @@ if ($num_dbs > 1) { <?php echo " />  - " target="phpmain" href="tbl_properties.php3?&table="> +
1) { // Gets the list of tables from the current database for ($t = 0; $t < $num_tables; $t++) { $table = mysql_tablename($tables, $t); + $url_title = (!empty($tooltip) && isset($tooltip[$table])) + ? str_replace('"', '"', $tooltip[$table]) + : ''; $table_list .= ' ' . "\n"; $table_list .= ' ' . $strBrowse . ': ' . $table . ' ' . "\n"; if (PMA_USR_BROWSER_AGENT == 'IE') { - $table_list .= ' ' . $table . '
' . "\n"; + $table_list .= ' ' . $table . '
' . "\n"; } else { - $table_list .= ' ' . $table . '
' . "\n"; + $table_list .= ' ' . $table . '
' . "\n"; } } // end for $t (tables list) @@ -398,12 +404,15 @@ else if ($num_dbs == 1) { <?php echo " />  - " target="phpmain" href="tbl_properties.php3?&table="> +