From: Rotem Liss Date: Sat, 4 Nov 2006 08:42:43 +0000 (+0000) Subject: Changing the comment to clarify the behavior. X-Git-Tag: 1.31.0-rc.0~55289 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=18fae5a5f629ec8e8c64109f503ea1f7c454d0c6;p=lhc%2Fweb%2Fwiklou.git Changing the comment to clarify the behavior. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f3b55226c5..a78f6f959e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1441,7 +1441,7 @@ if( !isset( $wgCommandLineMode ) ) { # Recent changes settings # -/** Log IP addresses in the recentchanges table */ +/** Log IP addresses in the recentchanges table; can be accessed only by extensions (e.g. CheckUser) or a DB admin */ $wgPutIPinRC = true; /**