This commit is contained in:
Garvin Hicking
2003-04-03 17:04:38 +00:00
parent 0dbcd43481
commit 9fe170d4af
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-04-03 Garvin Hicking <me@supergarv.de>
* libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
2003-04-02 Garvin Hicking <me@supergarv.de>
* tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
* tbl_move_copy.php3: At least one of the PDF integrity checks

View File

@@ -1319,7 +1319,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')) {
echo ' </td>' . "\n";
}
if (!empty($del_url)) {
echo ' <td valign="' . ($bookmark_go != '' ? 'top' : 'middle') . ' bgcolor="' . $bgcolor . '">' . "\n";
echo ' <td valign="' . ($bookmark_go != '' ? 'top' : 'middle') . '" bgcolor="' . $bgcolor . '">' . "\n";
echo PMA_linkOrButton($del_url, $del_str, (isset($js_conf) ? $js_conf : ''));
echo ' </td>' . "\n";
}