entries in the team table can be edit now
This commit is contained in:
@@ -47,7 +47,7 @@ function load_stations_table($con) {
|
||||
function load_teams_table($con) {
|
||||
$stmt = get_teams($con);
|
||||
foreach($stmt->fetchAll() as $row) {
|
||||
echo "<tr>";
|
||||
echo "<tr id=\"" . $row['m_id'] . "\" >";
|
||||
echo "<td>" . $row['name'] . "</td>";
|
||||
echo "<td>" . $row['feuerwehr'] . "</td>";
|
||||
echo "</tr>";
|
||||
|
||||
Reference in New Issue
Block a user