diff options
Diffstat (limited to 'modules/aggregator/aggregator.install')
-rw-r--r-- | modules/aggregator/aggregator.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install index f83ae332d..e63ce4fd7 100644 --- a/modules/aggregator/aggregator.install +++ b/modules/aggregator/aggregator.install @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_install(). + * Implement hook_install(). */ function aggregator_install() { // Create tables. @@ -15,7 +15,7 @@ function aggregator_install() { } /** - * Implementation of hook_uninstall(). + * Implement hook_uninstall(). */ function aggregator_uninstall() { // Remove tables. @@ -31,7 +31,7 @@ function aggregator_uninstall() { } /** - * Implementation of hook_schema(). + * Implement hook_schema(). */ function aggregator_schema() { $schema['aggregator_category'] = array( |