summaryrefslogtreecommitdiff
path: root/modules/dblog/dblog.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dblog/dblog.install')
-rw-r--r--modules/dblog/dblog.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install
index 3c9afb61d..717be592c 100644
--- a/modules/dblog/dblog.install
+++ b/modules/dblog/dblog.install
@@ -7,7 +7,7 @@
*/
/**
- * Implementation of hook_install().
+ * Implement hook_install().
*/
function dblog_install() {
// Create tables.
@@ -15,7 +15,7 @@ function dblog_install() {
}
/**
- * Implementation of hook_uninstall().
+ * Implement hook_uninstall().
*/
function dblog_uninstall() {
// Remove tables.
@@ -23,7 +23,7 @@ function dblog_uninstall() {
}
/**
- * Implementation of hook_schema().
+ * Implement hook_schema().
*/
function dblog_schema() {
$schema['watchdog'] = array(