From 11b46733c39ac907983be0e9c13fd157a6e62b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 14 Oct 2001 09:28:56 +0000 Subject: [PATCH] removed unnecessary md5 calls --- ChangeLog | 1 + left.php3 | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc683dfab..26ac2b7a8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2001-10-14 Loïc Chapeaux * libraries/build_dump.lib.php3, lines 202-203: improved the fix against the bug #469416 (Dumps with binary data dont work mysql). + * left.php3: removed unnecessary md5 calls. 2001-10-13 Loïc Chapeaux * Documentation.html, lines 504-506: added some words about requirement for diff --git a/left.php3 b/left.php3 index 5a92e8ce5..97d9cf1e7 100755 --- a/left.php3 +++ b/left.php3 @@ -191,8 +191,7 @@ if ($num_dbs > 1) { $tooltip = array(); $result = mysql_query('SHOW TABLE STATUS FROM ' . backquote($db)); while ($tmp = mysql_fetch_array($result)) { - // loic1: use md5 to ensure the key use valid characters only - $tooltip[md5($tmp['Name'])] = rtrim($tmp['Comment'] . ' (' . $tmp['Rows'] . ' ' . $strRows . ')'); + $tooltip[$tmp['Name']] = rtrim($tmp['Comment'] . ' (' . $tmp['Rows'] . ' ' . $strRows . ')'); } // end while } // end if @@ -229,7 +228,7 @@ if ($num_dbs > 1) { <?php echo " />  - " target="phpmain" href="tbl_properties.php3?&table="> + " target="phpmain" href="tbl_properties.php3?&table=">
<?php echo " />  - " target="phpmain" href="tbl_properties.php3?&table="> + " target="phpmain" href="tbl_properties.php3?&table=">