You are here

function uuid_features_enable in UUID Features Integration 6

Same name and namespace in other branches
  1. 7 uuid_features.install \uuid_features_enable()

Implementation of hook_enable().

File

./uuid_features.install, line 6

Code

function uuid_features_enable() {
  db_query("UPDATE {system} SET weight = -50 WHERE name = 'uuid_features' AND type = 'module'");
}