Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created December 3, 2013 02:55
Show Gist options
  • Select an option

  • Save betweenbrain/7763204 to your computer and use it in GitHub Desktop.

Select an option

Save betweenbrain/7763204 to your computer and use it in GitHub Desktop.
MySQL Find and Replace
update `jos_modules` set `params` = replace(`params`, 'getTemplate=Elsewhere articles','getTemplate=Elsewhere Articles') WHERE `module` = 'mod_k2_content';
update `jos_k2_items` set `fulltext` = replace(`fulltext`,'")','”)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment