1) {
$multi_values = '';
$checkall_url = 'db_details_export.php3?'
. PMA_generate_common_url($db)
. '&goto=db_details_export.php3';
$multi_values .= '
' . $strSelectAll . '
/
' . $strUnselectAll . '
';
} elseif ($num_tables == 0) {
echo $strDatabaseNoTable;
include('./footer.inc.php3');
exit;
} // end if
$export_type = 'database';
require('./libraries/display_export.lib.php3');
/**
* Displays the footer
*/
require('./footer.inc.php3');
?>