You are here

function hosting_update_1 in Hosting 5

Same name and namespace in other branches
  1. 6.2 hosting.install \hosting_update_1()
  2. 7.4 hosting.install \hosting_update_1()
  3. 7.3 hosting.install \hosting_update_1()

File

./hosting.install, line 7

Code

function hosting_update_1() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE type='module' and name='hosting'");
  return $ret;
}