From: Rob Church Date: Sat, 21 Jan 2006 21:57:02 +0000 (+0000) Subject: Comment $wgDebugDumpSql X-Git-Tag: 1.6.0~458 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=0edae83c592154be608d6ae348c5b49db7db665b;p=lhc%2Fweb%2Fwiklou.git Comment $wgDebugDumpSql --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f4217b2907..df4100cda6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -696,6 +696,10 @@ $wgDebugRawPage = false; # Avoid overlapping debug entries by leaving ou $wgDebugComments = false; $wgReadOnly = false; $wgLogQueries = false; + +/** + * Write SQL queries to the debug log + */ $wgDebugDumpSql = false; /**