You are here

function seochecklist_update_6202 in SEO Checklist 6.3

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

Fix the link in the clean URL task.

File

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

Code

function seochecklist_update_6202() {
  $ret = array();
  $ret[] = update_sql("UPDATE {seo_checklist} SET name = 'Clean URLs - Activate (Usually automatic. Please double-check!)', configure = 'admin/settings/clean-urls' WHERE id = 2");
  return $ret;
}