aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/cron.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-01-18 19:26:04 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-01-18 19:26:04 +0000
commit120b965e14c6ddfcbc2124df09cc4113fc85fbec (patch)
tree3582f4409571edeae46338c14e2ac6fd11e7ccde /phpBB/cron.php
parentf8a3f05afdb470ec4d78d393c8e03c9ee08cd114 (diff)
downloadforums-120b965e14c6ddfcbc2124df09cc4113fc85fbec.tar
forums-120b965e14c6ddfcbc2124df09cc4113fc85fbec.tar.gz
forums-120b965e14c6ddfcbc2124df09cc4113fc85fbec.tar.bz2
forums-120b965e14c6ddfcbc2124df09cc4113fc85fbec.tar.xz
forums-120b965e14c6ddfcbc2124df09cc4113fc85fbec.zip
at least update the config variable if nothing is done. :)
git-svn-id: file:///svn/phpbb/trunk@5472 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/cron.php')
-rw-r--r--phpBB/cron.php4
1 files changed, 4 insertions, 0 deletions
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);