Home
last modified time | relevance | path

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

/plugin/addressbook/
H A Daction.php45 …foreach ($list as $l) $res .= $syntax->showcontact($l['id'],($this->getConf('search link target') …
50 foreach ($found as $f) $res .= $syntax->showcontact($f['id']);
H A Dsyntax.php120 $renderer->doc .= $this->showcontact(intval(substr($data,8)),$ID);
130 $out = $this->showcontact($_REQUEST['showcontact'],$ID);
207 foreach ($list as $l) $renderer->doc .= $this->showcontact($l['id'],$ID);
220 $out = $this->showcontact($_REQUEST['showcontact'],$ID);
297 function showcontact($cid,$target = false){ function in syntax_plugin_addressbook