function pCache::remove in Visitors 7.2
Same name and namespace in other branches
- 7 pChart/class/pCache.class.php \pCache::remove()
File
- pChart/
class/ pCache.class.php, line 88
Class
Code
function remove($ID) {
$this
->dbRemoval(array(
"Name" => $ID,
));
}