Function checkLangInClients
Function checks if a language is associated with a given list of clients
Package: Core\Backend
Deprecated: [2019-03-26] use cApiClientLanguageCollection::hasLanguageInClients() instead
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Martin Horwath
Author: Murat Purc <murat@purc.de>
Located at includes/functions.rights.php
Deprecated: [2019-03-26] use cApiClientLanguageCollection::hasLanguageInClients() instead
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Martin Horwath
Author: Murat Purc <murat@purc.de>
Located at includes/functions.rights.php
array |
$aClients |
array of clients to check |
integer |
$iLang |
language id which should be checked |
array |
$aCfg |
CONTENIDO configruation array (not needed anymore) |
|
$oDb |
CONTENIDO database object (not needed anymore) |
boolean
|
If language id corresponds to list of clients true otherwise false. |
|