summaryrefslogtreecommitdiff
path: root/modules/profile/profile.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/profile.install')
-rw-r--r--modules/profile/profile.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/profile/profile.install b/modules/profile/profile.install
index 3cfcf3733..fe453bbe0 100644
--- a/modules/profile/profile.install
+++ b/modules/profile/profile.install
@@ -7,7 +7,7 @@
*/
/**
- * Implementation of hook_install().
+ * Implement hook_install().
*/
function profile_install() {
// Create tables.
@@ -15,7 +15,7 @@ function profile_install() {
}
/**
- * Implementation of hook_uninstall().
+ * Implement hook_uninstall().
*/
function profile_uninstall() {
// Remove tables
@@ -25,7 +25,7 @@ function profile_uninstall() {
}
/**
- * Implementation of hook_schema().
+ * Implement hook_schema().
*/
function profile_schema() {
$schema['profile_field'] = array(