/**
  * Handle our login cache.
  */
 function remove_by_ID($req_ID)
 {
     if (isset($this->cache[$req_ID])) {
         $Obj =& $this->cache[$req_ID];
         unset($this->cache_login[evo_strtolower($Obj->login)]);
     }
     parent::remove_by_ID($req_ID);
 }
Beispiel #2
0
 /**
  * Handle our login cache.
  */
 function remove_by_ID($reg_ID)
 {
     if (isset($this->cache[$req_ID])) {
         unset($this->cache_login[$this->cache[$req_ID]]);
     }
     parent::remove_by_ID($req_ID);
 }