Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/database/designer/schema_export.phtml')
-rw-r--r--templates/database/designer/schema_export.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/database/designer/schema_export.phtml b/templates/database/designer/schema_export.phtml
index 6364edc452..ec0dcf66ee 100644
--- a/templates/database/designer/schema_export.phtml
+++ b/templates/database/designer/schema_export.phtml
@@ -2,10 +2,10 @@
<fieldset>
<?= PhpMyAdmin\Url::getHiddenInputs($db); ?>
<label><?= __('Select Export Relational Type'); ?></label><br/>
- <?= PMA_pluginGetChoice(
+ <?= PhpMyAdmin\Plugins::getChoice(
'Schema', 'export_type', $export_list, 'format'
); ?>
<input type="hidden" name="page_number" value="<?= htmlspecialchars($page); ?>" />
- <?= PMA_pluginGetOptions('Schema', $export_list); ?>
+ <?= PhpMyAdmin\Plugins::getOptions('Schema', $export_list); ?>
</fieldset>
</form>