1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-24 08:10:13 +02:00

Minor changes

git-svn-id: file:///svn/phpbb/trunk@4413 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2003-08-17 20:15:28 +00:00
parent bf25f0df9a
commit 389b50ed9e
2 changed files with 4 additions and 1 deletions

View File

@ -64,6 +64,8 @@ class acm
@flock($fp, LOCK_UN); @flock($fp, LOCK_UN);
fclose($fp); fclose($fp);
} }
$this->is_modified = FALSE;
} }
function tidy($max_age = 0) function tidy($max_age = 0)
@ -83,6 +85,7 @@ class acm
unlink($this->cache_dir . $entry); unlink($this->cache_dir . $entry);
} }
} }
@closedir($dir);
if (file_exists($this->cache_dir . 'data_global.' . $phpEx)) if (file_exists($this->cache_dir . 'data_global.' . $phpEx))
{ {