The new magic word {{NUMBEROFADMINS}} doesn't seem to work as expected. On en.wiktionary it gives 19 (while there are 38), and on en.wikipedia produces 496.
Cheers, Wildrick http://en.wiktionary.org/wiki/User:Vildricianus
On 17/06/06, Wildrick Steele wildrick.steele@gmail.com wrote:
The new magic word {{NUMBEROFADMINS}} doesn't seem to work as expected. On en.wiktionary it gives 19 (while there are 38), and on en.wikipedia produces 496.
Bah. Corrected now in SVN trunk, I hope.
SQL: SELECT COUNT(*) FROM user_groups WHERE ug_group = "sysop" Result (on en.wikt): 38
however
SQL: SELECT ss_admins FROM site_stats WHERE ss_row_id = 1 Result (on en.wikt): 19
An oversight of mine which reveals an oversight in the code that we should probably fix, and update in MakeSysop too.
Rob Church
wikitech-l@lists.wikimedia.org