From 1afd451d2b14b8a33b5024184573801d63b56176 Mon Sep 17 00:00:00 2001 From: Enrique Alonso <31295139+alonsoem@users.noreply.github.com> Date: Thu, 8 Jun 2023 08:17:36 -0300 Subject: [PATCH] fix parser to not avoid 50% of tags --- adif_parser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/adif_parser.php b/adif_parser.php index 6352a36..011e885 100644 --- a/adif_parser.php +++ b/adif_parser.php @@ -88,6 +88,7 @@ public function record_to_array($record) $len--; $a++; }; + $a--; $return[strtolower($tag_name)] = $value; }; };