tell importplugin function not to load XmlExport

This commit is contained in:
Dieter Adriaenssens 2012-11-08 16:43:35 +01:00
parent b681341d6c
commit a040717237

View File

@ -10,6 +10,7 @@ if (! defined('PHPMYADMIN')) {
exit;
}
if (! strlen($GLOBALS['db'])) { /* Can't do server export */
$GLOBALS['skip_import'] = true;
return;
}
@ -532,4 +533,4 @@ class ExportXml extends ExportPlugin
$this->_tables = $tables;
}
}
?>
?>