Feintuning HTML

This commit is contained in:
aschwarz
2023-04-05 11:21:59 +02:00
parent fa27a1c82f
commit 892e8f779c
5 changed files with 35 additions and 34 deletions

View File

@ -25,7 +25,7 @@ if (isset($_GET['action'])) {
if ($action == '') {
# Gespeicherte Werte
$query = "SELECT zsid, bezeichnung
$query = "SELECT zsid, bezeichnung, anzahl_lizenz
FROM jumi_noten_zusammenstellung
ORDER BY bezeichnung ASC";