diff --git a/export.php b/export.php index eb30ce2d6c..90b70dbca6 100644 --- a/export.php +++ b/export.php @@ -254,11 +254,9 @@ if (!defined('TESTSUITE')) { // We send fake headers to avoid browser timeout when buffering $time_start = time(); -} -// Defines the default format. -// For SQL always use \n as MySQL wants this on all platforms. -if (!defined('TESTSUITE')) { + // Defines the default format. + // For SQL always use \n as MySQL wants this on all platforms. if ($what == 'sql') { $crlf = "\n"; } else {