https://bugzilla.wikimedia.org/show_bug.cgi?id=31218
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Reedy <[email protected]> 2011-09-28 22:26:51 UTC --- dewiki: mysql> select count(*) from user where user_options != ''; +----------+ | count(*) | +----------+ | 0 | +----------+ 1 row in set (10.31 sec) frwiki: mysql> select count(*) from user where user_options != ''; +----------+ | count(*) | +----------+ | 0 | +----------+ 1 row in set (4.60 sec) If these big wikis have all been done, I'm pretty sure that means everywhere has been... Marking INVALID as there's nothing to actually be done -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
