Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
W
webform_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
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