From 7201930c07969d9f9b3bc885ded8033a2f465efc Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Sun, 18 Feb 2024 14:37:14 +0100 Subject: [PATCH] gitignore --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 169dc11..b5bb70f 100644 --- a/index.php +++ b/index.php @@ -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'];