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

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