Rollenkonzept verbessert

This commit is contained in:
aschwarz
2023-09-19 13:21:36 +02:00
parent 2313b67545
commit d86dcf1dfe
15 changed files with 33 additions and 4 deletions

View File

@ -48,6 +48,7 @@ if ($action == '') {
$table_data[] = $row;
}
$smarty->assign('table_data', $table_data);
$smarty->assign('admin_rolle', rolle($uid));
}