bug 459449

This commit is contained in:
Marc Delisle 2001-09-07 15:21:08 +00:00
parent 0b341387c2
commit 9f7c4f671f
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-09-07 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php3, bug 459449: $row had old data from header.inc
2001-09-05 Marc Delisle <lem9@users.sourceforge.net>
* tbl_dump.php3, bug 458074, "transmit not working in IE 5.5": needed
"Content-Disposition: inline".

View File

@ -31,6 +31,7 @@ else
{
$local_query = 'SELECT * FROM ' . backquote($table) . ' LIMIT 1';
$result = mysql_query($local_query) or mysql_die('', $local_query);
unset($row);
}