1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

- changes to /acm

git-svn-id: file:///svn/phpbb/trunk@5133 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-04-30 14:14:08 +00:00
parent f6df4a9993
commit 7c8ed09c9a
2 changed files with 8 additions and 0 deletions

View File

@@ -104,6 +104,8 @@ class acm
}
}
}
set_config('cache_last_gc', time(), true);
}
function get($var_name)
@@ -299,4 +301,5 @@ class acm
return array_shift($this->sql_rowset[$query_id]);
}
}
?>