Home
last modified time | relevance | path

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

/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php112 print $this->_html_details($this->provid);
202 …$details = ($this->cmd == 'details' && $this->provid == $id) ? $this->_html_details($id, true) : '…
226 function _html_details($provid, $forcevisible=false) { function in fa_manage