You are here

function regions_right_slideout_install in Regions 7

Implements hook_install().

File

modules/regions_right_slideout/regions_right_slideout.install, line 10
Increase priority of right side's alter hook.

Code

function regions_right_slideout_install() {

  // change the weight so that alters fire after others
  db_query("UPDATE {system} SET weight = 1 WHERE name = 'regions_right_slideout'");
}