summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator.install')
-rw-r--r--modules/aggregator/aggregator.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install
index 8cfb79c6f..7985f6a88 100644
--- a/modules/aggregator/aggregator.install
+++ b/modules/aggregator/aggregator.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function aggregator_uninstall() {
variable_del('aggregator_allowed_html_tags');
@@ -21,7 +21,7 @@ function aggregator_uninstall() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function aggregator_schema() {
$schema['aggregator_category'] = array(