aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_db.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-08-12 15:46:03 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-08-12 15:46:03 +0000
commit567ff01df1d1b592f7c24afd68a08cafe1cd3712 (patch)
tree07ba0538cabc5636a36cf23b2ef745147b03b200 /phpBB/includes/acm/acm_db.php
parentf584f14af94552992a7a558d50e376fcd1782c8a (diff)
downloadforums-567ff01df1d1b592f7c24afd68a08cafe1cd3712.tar
forums-567ff01df1d1b592f7c24afd68a08cafe1cd3712.tar.gz
forums-567ff01df1d1b592f7c24afd68a08cafe1cd3712.tar.bz2
forums-567ff01df1d1b592f7c24afd68a08cafe1cd3712.tar.xz
forums-567ff01df1d1b592f7c24afd68a08cafe1cd3712.zip
Added: ability to destroy specific SQL caches
git-svn-id: file:///svn/phpbb/trunk@4389 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acm/acm_db.php')
-rw-r--r--phpBB/includes/acm/acm_db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acm/acm_db.php b/phpBB/includes/acm/acm_db.php
index a9e1866616..ca17abe63a 100644
--- a/phpBB/includes/acm/acm_db.php
+++ b/phpBB/includes/acm/acm_db.php
@@ -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]))
{