Skip to content

Commit 1d4c83f

Browse files
committed
Enable the new ding_staff_profile module.
1 parent 271b3d5 commit 1d4c83f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ding_content/ding_content.install

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
2-
32
/**
4-
* @file ding_content.install
3+
* @file
54
* Installation and upgrade hooks for the ding_content module.
65
*/
76

@@ -36,3 +35,10 @@ function ding_content_uninstall() {
3635
variable_del('ant_php_profile');
3736
variable_del('ant_pattern_profile');
3837
}
38+
39+
/**
40+
* Enable the new ding_staff_profile module.
41+
*/
42+
function ding_content_update_6101() {
43+
module_enable(array('ding_staff_profile'));
44+
}

0 commit comments

Comments
 (0)