own hosted material icons

This commit is contained in:
marko
2022-02-12 11:48:39 +01:00
parent 84e48ec7a2
commit 95e7a877cb
6 changed files with 138 additions and 97 deletions

View File

@@ -197,7 +197,8 @@ function isUserInKidIds($uId, $idList){
// @todo: Achtung, als id ist die id der Vormundschaft gespeichert. Unter kidId die des Kindes.
function getUsersKids($db, $userId){
function getUsersKids($db, $userId, $options = []){
options['attribute'] ??
$query = <<<SQL
SELECT *
FROM `wkParticipo_Users`