1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Added: ability to destroy specific SQL caches

git-svn-id: file:///svn/phpbb/trunk@4389 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud
2003-08-12 15:46:03 +00:00
parent f584f14af9
commit 567ff01df1
2 changed files with 31 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ class acm
$this->is_modified = TRUE;
}
function destroy($var_name)
function destroy($var_name, $void = NULL)
{
if (isset($this->vars[$var_name]))
{