From b36c02f320e1d3250bbd5784d05d6044f70a19c8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 9 Mar 2006 18:32:50 +0000 Subject: - fix cookie shortening - let the acm handle the module cache - call $cache->save() after destroying data if necessary git-svn-id: file:///svn/phpbb/trunk@5612 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/cron.php') 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) { -- cgit v1.2.1