Hi All!
In Bug #741256 we have a user who reports an undefined variable when using a false table in the query from tbl_properties_structure.php3. I found out this is because in read_dump.php3 the $err_url is composed this way:
$err_url = $goto . '?' . PMA_generate_common_url($db) . (($goto == 'tbl_properties.php3') ? '&table=' . urlencode($table) : '');
Why is it that only for tbl_properties.php3 the table is propagated? Will there be any errors when also allowing tbl_properties_structure in that link?
I dislike changing it without knowing why the table variable is not carried on at any time...
Regards, Garvin.