remove Options tab

This commit is contained in:
Marc Delisle
2003-06-05 19:53:49 +00:00
parent 81a2e37198
commit 78103553ed
4 changed files with 166 additions and 192 deletions

View File

@@ -73,9 +73,6 @@ 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($strOperations, 'tbl_properties_operations.php3', $url_query);
if (PMA_MYSQL_INT_VERSION >= 32322) {
echo PMA_printTab($strOptions, 'tbl_properties_options.php3', $url_query);
}
echo PMA_printTab($strEmpty, $lnk6, $arg6, $att6);
echo PMA_printTab($strDrop, 'sql.php3', $arg7, $att7);
echo "\n";