From 120b965e14c6ddfcbc2124df09cc4113fc85fbec Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 18 Jan 2006 19:26:04 +0000 Subject: [PATCH] at least update the config variable if nothing is done. :) git-svn-id: file:///svn/phpbb/trunk@5472 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/cron.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/cron.php b/phpBB/cron.php index 6c4fdf6b7a..45d2f81f1d 100644 --- a/phpBB/cron.php +++ b/phpBB/cron.php @@ -52,6 +52,10 @@ switch ($cron_type) } break; + case 'tidy_search': + set_config('search_last_gc', time(), true); + break; + case 'tidy_database': include_once($phpbb_root_path . 'includes/functions_admin.'.$phpEx);