Bought me a horizontal scrollbar, no need for this anymore
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 27 Mar 2005 17:09:48 +0000 (17:09 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 27 Mar 2005 17:09:48 +0000 (17:09 +0000)
includes/Database.php

index 9eb8ab3..f367cf9 100644 (file)
@@ -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" );
                }