gitignore

This commit is contained in:
Walter Hupfeld 2024-02-18 14:37:14 +01:00
parent 98753186b1
commit 7201930c07

View File

@ -38,7 +38,7 @@
$result = $db->query($strSQL);
$arrMarker = array();
$arrDescription = array();
$id=0;
while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
$id=$row['id'];
$topic = $row['topic'];