Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
account_field_split
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
account_field_split
Commits
5c69a027
Commit
5c69a027
authored
3 years ago
by
Dima Storozhuk
Committed by
Dima Storozhuk
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3056861
by weseze, dstorozhuk: Compatibility with email_registration module
parent
8dcd7afc
Branches
Branches containing commit
Tags
2.0.1
Tags containing commit
1 merge request
!3
Issue #3056861 by weseze, dstorozhuk: Compatibility with email_registration module
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
account_field_split.install
+20
-0
20 additions, 0 deletions
account_field_split.install
with
20 additions
and
0 deletions
account_field_split.install
0 → 100644
+
20
−
0
View file @
5c69a027
<?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
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment