began with implementing edeting for statistics

This commit is contained in:
2022-06-10 16:20:22 +02:00
parent 20970ebf3a
commit afbfe52688
8 changed files with 55 additions and 69 deletions

View File

@@ -102,7 +102,7 @@ function load_station_table($con, $s_id) {
<tbody>\n";
$stmt = get_station($con, $s_id);
foreach($stmt->fetchAll() as $row) {
echo "<tr>\n";
echo "<tr id=\"" . $row['m_id'] . "\" class=\"row\">\n";
echo "<td>" . $row['Name'] . "</td>\n";
echo "<td>" . $row['Feuerwehr'] . "</td>\n";
echo "<td>" . $row['Punkte'] . "</td>\n";