You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2018. It is now read-only.
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%";