Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Database scripts

Byron Lutz edited this page May 20, 2014 · 3 revisions

Fix linebreaks in dm-albums

UPDATE wp_options SET option_value = REPLACE(REPLACE(option_value, '\r\n', '<br />'), '\n', '<br />') WHERE option_name LIKE "dma-%" AND option_value LIKE "%\n%";

Run May 20, 2014 (4:42 p.m.)

Query OK, 403 rows affected (0.05 sec)
Rows matched: 403  Changed: 403  Warnings: 0
Clone this wiki locally