bug 459449
This commit is contained in:
parent
0b341387c2
commit
9f7c4f671f
@ -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".
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user