https://bugzilla.wikimedia.org/show_bug.cgi?id=45179
--- Comment #13 from Daniel Friesen <[email protected]> --- If you adapt that query into a maintenance script that doesn't try cleaning up values inside the SQL. You can use the skin methods to merge stuff together the way MW will do it. - Create an array to store counts in - For each of the rows returned by that query: -- Run the 'skin' value through Skin::normalizeKey to get the real skin name to use as an array key. -- In the counts array increment the value associated with the key matching the real skin name (starting from 0 if the key is not defined). - Now you'll have a counts array with normalized skin names. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
