summaryrefslogtreecommitdiff
path: root/modules/openid/openid.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openid/openid.install')
-rw-r--r--modules/openid/openid.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/openid/openid.install b/modules/openid/openid.install
index 5e0f9d9bb..054b3b017 100644
--- a/modules/openid/openid.install
+++ b/modules/openid/openid.install
@@ -7,7 +7,7 @@
*/
/**
- * Implementation of hook_install().
+ * Implement hook_install().
*/
function openid_install() {
// Create table.
@@ -15,7 +15,7 @@ function openid_install() {
}
/**
- * Implementation of hook_uninstall().
+ * Implement hook_uninstall().
*/
function openid_uninstall() {
// Remove table.
@@ -23,7 +23,7 @@ function openid_uninstall() {
}
/**
- * Implementation of hook_schema().
+ * Implement hook_schema().
*/
function openid_schema() {
$schema['openid_association'] = array(