display(); include 'libraries/footer.inc.php'; exit; } // end if $checkall_url = 'db_export.php?' . PMA_generate_common_url($db) . '&goto=db_export.php'; $multi_values = '
'; $multi_values .= '' . __('Select All') . ' / ' . __('Unselect All') . '
'; $multi_values .= '
'; $export_type = 'database'; require_once 'libraries/display_export.lib.php'; /** * Displays the footer */ require 'libraries/footer.inc.php'; ?>