diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-08-12 15:46:03 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-08-12 15:46:03 +0000 |
commit | 567ff01df1d1b592f7c24afd68a08cafe1cd3712 (patch) | |
tree | 07ba0538cabc5636a36cf23b2ef745147b03b200 /phpBB/includes/acm/acm_db.php | |
parent | f584f14af94552992a7a558d50e376fcd1782c8a (diff) | |
download | forums-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.php | 2 |
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])) { |