diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-10-19 14:32:43 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-10-19 14:32:43 -0700 |
commit | c3bf78ed2c63a25059c9eec880308e8a1ec59fce (patch) | |
tree | 43e367e2ce2564df1e0b9a4eed175c71a02394b2 /modules/dblog/dblog.module | |
parent | 30fab7007d575850b9176e926a38726a02a1d0af (diff) | |
download | brdo-c3bf78ed2c63a25059c9eec880308e8a1ec59fce.tar.gz brdo-c3bf78ed2c63a25059c9eec880308e8a1ec59fce.tar.bz2 |
Issue #1814760 by tomgeekery: Remove outdated documentation from dblog_cron()
Diffstat (limited to 'modules/dblog/dblog.module')
-rw-r--r-- | modules/dblog/dblog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module index 9420c538d..d831548c9 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. |