Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
clientside_validation
Commits
f9142abb
Commit
f9142abb
authored
Jan 29, 2014
by
Peter Droogmans
Browse files
Fixed name of uninstall hook
parent
8e063dd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside_validation_testswarm/clientside_validation_testswarm.install
View file @
f9142abb
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
/**
/**
* Implements hook_uninstall().
* Implements hook_uninstall().
*/
*/
function
clientside_validation_uninstall
()
{
function
clientside_validation_
testswarm_
uninstall
()
{
variable_del
(
'clientside_validation_rules_added'
);
variable_del
(
'clientside_validation_rules_added'
);
variable_del
(
'clientside_validation_testswarm_nodenames'
);
variable_del
(
'clientside_validation_testswarm_nodenames'
);
}
}
...
@@ -98,4 +98,4 @@ function clientside_validation_testswarm_update_7103() {
...
@@ -98,4 +98,4 @@ function clientside_validation_testswarm_update_7103() {
*/
*/
function
clientside_validation_testswarm_update_7104
()
{
function
clientside_validation_testswarm_update_7104
()
{
clientside_validation_testswarm_enable
();
clientside_validation_testswarm_enable
();
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment