$export_type, 'single_table' => isset($single_table) ) ); /* Fail if we didn't find any plugin */ if (empty($export_list)) { PMA_Message::error( __('Could not load export plugins, please check your installation!') )->display(); exit; } $html = '
'; $response = PMA_Response::getInstance(); $response->addHTML($html);