Export link and hide sql
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2003-07-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* 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 <lem9@users.sourceforge.net>
|
||||
* lang/french: update
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user