Index: trunk/phase3/maintenance/initStats.php |
— | — | @@ -23,6 +23,7 @@ |
24 | 24 | |
25 | 25 | echo( "Counting total edits..." ); |
26 | 26 | $edits = $dbr->selectField( 'revision', 'COUNT(*)', '', $fname ); |
| 27 | +$edits += $dbr->selectField( 'archive', 'COUNT(*)', '', $fname ); |
27 | 28 | echo( "{$edits}\nCounting number of articles..." ); |
28 | 29 | |
29 | 30 | global $wgContentNamespaces; |