' . $strNoTablesFound . '';
require('./libraries/footer.inc.php');
exit;
} // end if
$multi_values = '
';
$checkall_url = 'db_export.php?'
. PMA_generate_common_url( $db )
. '&goto=db_export.php';
$multi_values .= '
' . $strSelectAll . '
/
' . $strUnselectAll . '';
$export_type = 'database';
require_once('./libraries/display_export.lib.php');
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>