You are here

function seochecklist_update_6206 in SEO Checklist 6.3

Same name and namespace in other branches
  1. 7.3 seochecklist.install \seochecklist_update_6206()

Fixed the link to Google Local Business Center.

File

./seochecklist.install, line 165
Install, update and uninstall functions for the seochecklist module.

Code

function seochecklist_update_6206() {
  $ret = array();
  $ret[] = update_sql("UPDATE {seo_checklist} SET name = 'If appropriate, submit your company to Google Local Business Center - <a href=\"https://www.google.com/local/add/login\">https://www.google.com/local/add/login</a>' WHERE id = 29");
  return $ret;
}