19 declare(strict_types=1);
31 $from_part = parent::getFromPart();
33 INNER JOIN usr_pref chat_osc_am 34 ON chat_osc_am.usr_id = ud.usr_id 35 AND chat_osc_am.keyword = ' . $DIC->database()->quote(
'chat_osc_accept_msg',
'text') .
' 36 AND chat_osc_am.value = ' . $DIC->database()->quote(
'y',
'text') .
' ';
45 $where = parent::getWherePart($search_query);
46 $where .=
' AND (ud.usr_id != ' . $DIC->database()->quote($this->
getUser()->
getId(),
'integer') .
') ';
Class ilOnScreenChatUserUserAutoComplete.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getWherePart(array $search_query)