Loading account_field_split.install 0 → 100644 +20 −0 Original line number Diff line number Diff line <?php /** * @file * Install functions for the account field split module. */ /** * Implements hook_enable(). */ function account_field_split_install() { module_set_weight('account_field_split', 101); } /** * Run the module alter after other modules. */ function account_field_split_update_9001() { module_set_weight('account_field_split', 101); } Loading
account_field_split.install 0 → 100644 +20 −0 Original line number Diff line number Diff line <?php /** * @file * Install functions for the account field split module. */ /** * Implements hook_enable(). */ function account_field_split_install() { module_set_weight('account_field_split', 101); } /** * Run the module alter after other modules. */ function account_field_split_update_9001() { module_set_weight('account_field_split', 101); }