From dbef39fc241f02f1f9b2facad421cc008ab689bc Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 29 Apr 2014 12:47:11 -0400 Subject: [PATCH] Remove unneeded end of if/start of if Signed-off-by: Marc Delisle --- export.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 {