Generic plugin infrastructure and use it in import (needed for RFE#1325937), work in progress.

This commit is contained in:
Michal Čihař
2005-12-08 22:52:03 +00:00
parent 4de79cbc10
commit 3e79c53e3f
6 changed files with 37 additions and 156 deletions

View File

@@ -4,10 +4,11 @@
/* SQL import plugin for phpMyAdmin */
if (isset($import_list)) {
$import_list['sql'] = array(
if (isset($plugin_list)) {
$plugin_list['sql'] = array(
'text' => 'strSQL',
'extension' => 'sql',
'options_text' => 'strSQLImportOptions',
);
} else {
/* We do not define function when plugin is just queried for information above */