From 7c8ed09c9a63abef56451a681038283aec14b65b Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 30 Apr 2005 14:14:08 +0000 Subject: - changes to /acm git-svn-id: file:///svn/phpbb/trunk@5133 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_file.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/includes/acm/acm_file.php') diff --git a/phpBB/includes/acm/acm_file.php b/phpBB/includes/acm/acm_file.php index da04c881d1..ecd1c43acc 100644 --- a/phpBB/includes/acm/acm_file.php +++ b/phpBB/includes/acm/acm_file.php @@ -104,6 +104,8 @@ class acm } } } + + set_config('cache_last_gc', time(), true); } function get($var_name) @@ -299,4 +301,5 @@ class acm return array_shift($this->sql_rowset[$query_id]); } } + ?> \ No newline at end of file -- cgit v1.2.1