Index: trunk/phase3/includes/Article.php |
— | — | @@ -2317,7 +2317,7 @@ |
2318 | 2318 | |
2319 | 2319 | if ( wfRunHooks( 'ArticleEditUpdatesDeleteFromRecentchanges', array( &$this ) ) ) { |
2320 | 2320 | wfSeedRandom(); |
2321 | | - if ( 0 == mt_rand( 0, 999 ) ) { |
| 2321 | + if ( 0 == mt_rand( 0, 99 ) ) { |
2322 | 2322 | # Periodically flush old entries from the recentchanges table. |
2323 | 2323 | global $wgRCMaxAge; |
2324 | 2324 | |