You are here

function custom_breadcrumbs_update_3 in Custom Breadcrumbs 6.2

Same name and namespace in other branches
  1. 7.2 custom_breadcrumbs.install \custom_breadcrumbs_update_3()

File

./custom_breadcrumbs.install, line 132
Install file for the custom_breadcrumbs module.

Code

function custom_breadcrumbs_update_3() {
  $ret[] = update_sql("UPDATE {system} SET weight = 12 WHERE name = 'custom_breadcrumbs'");
  return $ret;
}