at least update the config variable if nothing is done. :)

git-svn-id: file:///svn/phpbb/trunk@5472 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-01-18 19:26:04 +00:00
parent f8a3f05afd
commit 120b965e14

View file

@ -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);