Better file name for schema edit page.

This commit is contained in:
Michal Čihař
2010-08-23 10:55:19 +02:00
parent 1c20d31e65
commit f84659efcb
4 changed files with 10 additions and 10 deletions

View File

@@ -523,7 +523,7 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?>
/*
* Export Relational Schema View
*/
echo '<fieldset><a href="export_relation_schema.php?' . $url_query . '">';
echo '<fieldset><a href="schema_edit.php?' . $url_query . '">';
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"'
.' alt="" width="16" height="16" />';