bug #1243908, left panel browse icon alt tag not updated after inserting a row
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user