From c3bf78ed2c63a25059c9eec880308e8a1ec59fce Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Fri, 19 Oct 2012 14:32:43 -0700 Subject: [PATCH] Issue #1814760 by tomgeekery: Remove outdated documentation from dblog_cron() --- modules/dblog/dblog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module index 9420c538da5..d831548c91c 100644 --- a/modules/dblog/dblog.module +++ b/modules/dblog/dblog.module @@ -96,7 +96,7 @@ function dblog_init() { /** * Implements hook_cron(). * - * Remove expired log messages and flood control events. + * Remove expired log messages. */ function dblog_cron() { // Cleanup the watchdog table.