Home
last modified time | relevance | path

Searched refs:isUserInDb (Results 1 – 2 of 2) sorted by relevance

/plugin/timetrack/
H A Daction.php63 if(!$this->tthlp->isPageTracked($ID) && !$this->tthlp->isUserInDb()) return true;
73 if(!$this->tthlp->isPageTracked($ID) && !$this->tthlp->isUserInDb()) return true;
H A Dhelper.php373 public function isUserInDb($user = null) { function in helper_plugin_timetrack