Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9176ddafd0
@ -134,6 +134,7 @@ if (strlen($db) && (! empty($db_rename) || ! empty($db_copy))) {
|
||||
$tables_full = PMA_DBI_get_tables_full($db);
|
||||
$views = array();
|
||||
|
||||
require_once "libraries/plugin_interface.lib.php";
|
||||
// remove all foreign key constraints, otherwise we can get errors
|
||||
$export_sql_plugin = PMA_getPlugin(
|
||||
"export",
|
||||
|
||||
@ -121,6 +121,6 @@ function PMA_import_nopluginCheck()
|
||||
function PMA_importAjaxStatus($id)
|
||||
{
|
||||
header('Content-type: application/json');
|
||||
echo json_encode(PMA_getUploadStatus($id));
|
||||
echo json_encode($_SESSION[$SESSION_KEY]["handler"]::getUploadStatus($id));
|
||||
}
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user