summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 0558bd426..86f8f8617 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -332,7 +332,7 @@ function system_requirements($phase) {
}
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function system_install() {
// Create tables.
@@ -423,7 +423,7 @@ function system_install() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function system_schema() {
// NOTE: {variable} needs to be created before all other tables, as