From: Tim Starling Date: Sun, 27 Mar 2005 17:09:48 +0000 (+0000) Subject: Bought me a horizontal scrollbar, no need for this anymore X-Git-Tag: 1.5.0alpha1~483 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=9d4d4b7779473c45da6a98880181fd76c8a0cd10;p=lhc%2Fweb%2Fwiklou.git Bought me a horizontal scrollbar, no need for this anymore --- 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" ); }