https://bugzilla.wikimedia.org/show_bug.cgi?id=34014

Sam Reed (reedy) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |16660

--- Comment #2 from Sam Reed (reedy) <[email protected]> 2012-01-29 14:48:18 
UTC ---
Sounds like we just need to go through all wikis and update the underscores
back to spaces

UPDATE ipblocks SET ipb_address = REPLACE(ipb_address, '_', ' ') WHERE
ipb_address LIKE '%\_%';

Wonder if it's worth adding an updater action for this too, or whether it's a
WMF site issue

-- 
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

Reply via email to