You are here

function seochecklist_update_5203 in SEO Checklist 5.2

Fixed the link to Google Local Business Center.

File

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

Code

function seochecklist_update_5203() {
  $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;
}