Remove unneeded end of if/start of if

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-04-29 12:47:11 -04:00
parent 0231c652f6
commit dbef39fc24

View File

@ -254,11 +254,9 @@ if (!defined('TESTSUITE')) {
// We send fake headers to avoid browser timeout when buffering
$time_start = time();
}
// Defines the default <CR><LF> format.
// For SQL always use \n as MySQL wants this on all platforms.
if (!defined('TESTSUITE')) {
// Defines the default <CR><LF> format.
// For SQL always use \n as MySQL wants this on all platforms.
if ($what == 'sql') {
$crlf = "\n";
} else {