mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
Minor changes
git-svn-id: file:///svn/phpbb/trunk@4413 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bf25f0df9a
commit
389b50ed9e
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/***************************************************************************
|
||||
* acm_db.php
|
||||
* acm_db.php
|
||||
* -------------------
|
||||
* begin : Saturday, Feb 13, 2001
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
|
@ -64,6 +64,8 @@ class acm
|
||||
@flock($fp, LOCK_UN);
|
||||
fclose($fp);
|
||||
}
|
||||
|
||||
$this->is_modified = FALSE;
|
||||
}
|
||||
|
||||
function tidy($max_age = 0)
|
||||
@ -83,6 +85,7 @@ class acm
|
||||
unlink($this->cache_dir . $entry);
|
||||
}
|
||||
}
|
||||
@closedir($dir);
|
||||
|
||||
if (file_exists($this->cache_dir . 'data_global.' . $phpEx))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user