Home
last modified time | relevance | path

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

/plugin/orphanswanted/
H A Dhelper.php57 $result .= $this->orph_report_table($data, true, false, $params_array, 'orphan');
66 $result .= $this->orph_report_table($data, false, true, $params_array, 'wanted');
75 $result .= $this->orph_report_table($data, true, true, $params_array, 'valid');
85 $result .= $this->orph_report_table($data, true, false, $params_array, 'orphan');
87 $result .= $this->orph_report_table($data, false, true, $params_array, 'wanted');
89 $result .= $this->orph_report_table($data, true, true, $params_array, 'valid');
94 function orph_report_table($data, $page_exists, $has_links, $params_array, $caller = null) { function in helper_plugin_orphanswanted