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:
@@ -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]))
|
||||
{
|
||||
|
Reference in New Issue
Block a user