19declare(strict_types=1);
 
   21require_once 
'Services/User/classes/class.ilUserAutoComplete.php';
 
   33        $from_part = parent::getFromPart();
 
   35                        INNER JOIN usr_pref chat_osc_am 
   36                                ON chat_osc_am.usr_id = ud.usr_id 
   37                                AND chat_osc_am.keyword = ' . 
$DIC->database()->quote(
'chat_osc_accept_msg', 
'text') . 
' 
   38                                AND chat_osc_am.value = ' . 
$DIC->database()->quote(
'y', 
'text') . 
' ';
 
   47        $where = parent::getWherePart($search_query);
 
   48        $where .= 
' AND (ud.usr_id != ' . 
$DIC->database()->quote($this->
getUser()->
getId(), 
'integer') . 
') ';
 
Class ilOnScreenChatUserUserAutoComplete.
 
getWherePart(array $search_query)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...