Home
last modified time | relevance | path

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

/plugin/bookcreator/
Dhelper.php20 * @param bool $isbookmanager if in bookmanager, show delete button(if allowed) and date
23 public function createListitem($item, $isbookmanager = false) { argument
29 if(($isbookmanager) && (auth_quickaclcheck($item['id']) >= AUTH_DELETE)) {
38 if($isbookmanager) {
/plugin/bookcreator/syntax/
Dbookmanager.php397 * @param bool $isbookmanager
400 private function showlist($result, $isbookmanager = false) { argument
403 $output .= $this->hlp->createListitem($item, $isbookmanager);