Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
strongarm
Commits
76a9bafb
Commit
76a9bafb
authored
Dec 11, 2009
by
young hahn
Browse files
by alex_b: Update hook for 2.x.
parent
a189505a
Changes
1
Hide whitespace changes
Inline
Side-by-side
strongarm.install
View file @
76a9bafb
...
...
@@ -17,3 +17,11 @@ function strongarm_update_6100() {
$ret
[]
=
update_sql
(
"UPDATE
{
system
}
SET weight = -1000 WHERE name = 'strongarm' AND type = 'module'"
);
return
$ret
;
}
/**
* Update 6100: Install CTools
*/
function
strongarm_update_6200
()
{
drupal_install_modules
(
array
(
'ctools'
));
return
array
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment