33 include_once
'Services/Search/classes/class.ilAbstractSearch.php';
58 $this->active_check = $a_enabled;
70 $this->inactive_check = $a_enabled;
75 $where = $this->__createWhereCondition();
82 if($this->active_check)
84 $query .=
'AND active = 1 ';
86 elseif($this->inactive_check)
88 $query .=
'AND active = 0 ';
95 $this->search_result->addEntry(
$row->usr_id,
'usr',$this->__prepareFound(
$row));