You are here

function seochecklist_update_6206 in SEO Checklist 7.3

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

Fixed the link to Google Local Business Center.

File

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

Code

function seochecklist_update_6206() {
  $ret = array();
  $ret[] = db_query("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;
}