Remove $wgColorErrors. Apparently unused at least since r17991 at 2006-11-29
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 13:52:39 +0000 (13:52 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 8 Aug 2010 13:52:39 +0000 (13:52 +0000)
includes/DefaultSettings.php

index b58ca3b..1df64f1 100644 (file)
@@ -3604,13 +3604,6 @@ $wgSpecialVersionShowHooks =  false;
  */
 $wgShowSQLErrors        = false;
 
-/**
- * If true, some error messages will be colorized when running scripts on the
- * command line; this can aid picking important things out when debugging.
- * Ignored when running on Windows or when output is redirected to a file.
- */
-$wgColorErrors          = true;
-
 /**
  * If set to true, uncaught exceptions will print a complete stack trace
  * to output. This should only be used for debugging, as it may reveal