1) { $multi_values = '
'; $checkall_url = 'db_details_export.php?' . PMA_generate_common_url($db) . '&goto=db_details_export.php'; $multi_values .= '
' . $strSelectAll . '  /  ' . $strUnselectAll . '

'; } elseif ($num_tables == 0) { echo $strDatabaseNoTable; require_once('./footer.inc.php'); } // end if $export_type = 'database'; require_once('./libraries/display_export.lib.php'); /** * Displays the footer */ require_once('./footer.inc.php'); ?>