diff --git a/ChangeLog b/ChangeLog index 4c1f10eb6..b76c5baed 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2003-07-01 Marc Delisle * Documentation.html: faq 8.1 about security alert of 2003-06-18 + * tbl_properties_links.php3: fix missing SQL section for exports 2003-06-30 Marc Delisle * lang/french: update diff --git a/tbl_properties_links.php3 b/tbl_properties_links.php3 index b4d91ad66..bd93f604e 100755 --- a/tbl_properties_links.php3 +++ b/tbl_properties_links.php3 @@ -68,7 +68,7 @@ echo PMA_printTab($strBrowse, $lnk2, $arg2); echo PMA_printTab($strSQL, 'tbl_properties.php3', $url_query); echo PMA_printTab($strSelect, $lnk4, $arg4); echo PMA_printTab($strInsert, 'tbl_change.php3', $url_query); -echo PMA_printTab($strExport, 'tbl_properties_export.php3', $url_query); +echo PMA_printTab($strExport, 'tbl_properties_export.php3', $url_query . '&single_table=true'); echo PMA_printTab($strOperations, 'tbl_properties_operations.php3', $url_query); echo PMA_printTab($strEmpty, $lnk6, $arg6, $att6); echo PMA_printTab($strDrop, 'sql.php3', $arg7, $att7);