began with implementing edeting for statistics
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user