diff options
Diffstat (limited to 'modules/profile/profile.install')
-rw-r--r-- | modules/profile/profile.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile/profile.install b/modules/profile/profile.install index 153f30959..409e3fe38 100644 --- a/modules/profile/profile.install +++ b/modules/profile/profile.install @@ -7,14 +7,14 @@ */ /** - * Implement hook_uninstall(). + * Implements hook_uninstall(). */ function profile_uninstall() { variable_del('profile_block_author_fields'); } /** - * Implement hook_schema(). + * Implements hook_schema(). */ function profile_schema() { $schema['profile_field'] = array( |