From 627d5ee283d689d1ae17130c8e4c3697ed4ac008 Mon Sep 17 00:00:00 2001
From: Tony Ford <tonyford@strategy-investor.de>
Date: Mon, 28 Oct 2024 14:55:37 +0100
Subject: [PATCH] bugfix

---
 html/_layouts/default.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/_layouts/default.php b/html/_layouts/default.php
index 842ac34..6b469b8 100644
--- a/html/_layouts/default.php
+++ b/html/_layouts/default.php
@@ -98,7 +98,7 @@ if( !empty($csv) ){
         $spieltag = $r['spieltag'];
         $T=$r['T'];
         if( $inv == true ){
-          db_addErgebnisse(implode( ',', [ SAISON, $runde, $spieltag, $T, $A_nt, $H_nt, $TA, $TH, $MID ] ), $secret);
+          db_addErgebnisse(implode( ',', [ SAISON, $runde, $spieltag, $T, $H_nt, $A_nt, $TA, $TH, $MID ] ), $secret);
         } else {
           db_addErgebnisse(implode( ',', [ SAISON, $runde, $spieltag, $T, $H_nt, $A_nt, $TH, $TA, $MID ] ), $secret);
         }
-- 
GitLab