diff options
Diffstat (limited to 'phpBB/cron.php')
-rw-r--r-- | phpBB/cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php index 15564e1f5c..4a23143a2d 100644 --- a/phpBB/cron.php +++ b/phpBB/cron.php @@ -24,7 +24,7 @@ $use_shutdown_function = (@function_exists('register_shutdown_function')) ? true * Run cron-like action * Real cron-based layer will be introduced in 3.2 * -* @todo: check gc-intervals here too (important!) +* @todo check gc-intervals here too (important!) */ switch ($cron_type) { |