From 9fe170d4afe0f83f555e0926efc56ba1bb57593b Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 3 Apr 2003 17:04:38 +0000 Subject: [PATCH] Bugfix #714744 --- ChangeLog | 3 +++ libraries/display_tbl.lib.php3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dbbdad9d44..7a8b6c6175 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-04-03 Garvin Hicking + * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster. + 2003-04-02 Garvin Hicking * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields. * tbl_move_copy.php3: At least one of the PDF integrity checks diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index 2585013c92..f210799efa 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -1319,7 +1319,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')) { echo ' ' . "\n"; } if (!empty($del_url)) { - echo ' ' . "\n"; + echo ' ' . "\n"; echo PMA_linkOrButton($del_url, $del_str, (isset($js_conf) ? $js_conf : '')); echo ' ' . "\n"; }