bug #1243908, left panel browse icon alt tag not updated after inserting a row

This commit is contained in:
Marc Delisle
2005-07-26 23:53:05 +00:00
parent c585360d8a
commit 4fb73ab15a
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-07-26 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
after inserting a row
2005-07-26 Michal Čihař <michal@cihar.com>
* export.php: Use actual MIME type for CSV.

View File

@@ -182,6 +182,7 @@ document.onkeydown = onKeyDownArrowsHandler;
<input type="hidden" name="dontlimitchars" value="<?php echo (isset($dontlimitchars) ? $dontlimitchars : 0); ?>" />
<input type="hidden" name="err_url" value="<?php echo urlencode($err_url); ?>" />
<input type="hidden" name="sql_query" value="<?php echo isset($sql_query) ? urlencode($sql_query) : ''; ?>" />
<input type="hidden" name="reload" value="1" />
<?php
if (isset($primary_key_array)) {
foreach ($primary_key_array AS $primary_key) {