Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -4142,7 +4142,7 @@ |
4143 | 4143 | $wgDebugProfiling = false; |
4144 | 4144 | |
4145 | 4145 | /** Output debug message on every wfProfileIn/wfProfileOut */ |
4146 | | -$wgDebugFunctionEntry = 0; |
| 4146 | +$wgDebugFunctionEntry = false; |
4147 | 4147 | |
4148 | 4148 | /** |
4149 | 4149 | * Destination for wfIncrStats() data... |