Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
webform_encrypt
Commits
292f4c8a
Commit
292f4c8a
authored
Jul 23, 2012
by
Jake Bell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding comments.
parent
2a165291
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
webform_encrypt.info
webform_encrypt.info
+0
-1
webform_encrypt.install
webform_encrypt.install
+9
-0
webform_encrypt.module
webform_encrypt.module
+5
-0
No files found.
webform_encrypt.info
View file @
292f4c8a
...
...
@@ -8,4 +8,3 @@ files[] = webform_encrypt.install
dependencies
[]
=
encrypt
dependencies
[]
=
webform
webform_encrypt.install
View file @
292f4c8a
<?php
/**
* @file
* Contains install- and update-related functions for the Webform Encrypt
* module.
*/
/**
* Implementation of hook_uninstall().
*/
function
webform_encrypt_uninstall
()
{
variable_del
(
'webform_encrypt_match_user'
);
}
webform_encrypt.module
View file @
292f4c8a
<?php
/**
* @file
* Main module file for the Webform Encrypt module.
*/
/**
* Implementation of hook_permission().
*/
...
...
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