From 9d4d4b7779473c45da6a98880181fd76c8a0cd10 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 27 Mar 2005 17:09:48 +0000 Subject: [PATCH] Bought me a horizontal scrollbar, no need for this anymore --- includes/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Database.php b/includes/Database.php index 9eb8ab3ed4..f367cf9b4f 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -282,7 +282,7 @@ class Database { } if ( $this->debug() ) { $sqlx = substr( $commentedSql, 0, 500 ); - $sqlx = wordwrap(strtr($sqlx,"\t\n",' ')); + $sqlx = strtr($sqlx,"\t\n",' '); wfDebug( "SQL: $sqlx\n" ); } -- 2.20.1