diff --git a/html/_layouts/default.php b/html/_layouts/default.php
index 7a41e4268b0a5683c5927b89f7b05259a7521dec..0ab0fa1f967c0b6a86ab1ca7bed1e54c0a922f6f 100644
--- a/html/_layouts/default.php
+++ b/html/_layouts/default.php
@@ -96,7 +96,8 @@ if( !empty($csv) ){
         $r = array_values($r)[0];
         $runde = $r['runde'];
         $spieltag = $r['spieltag'];
-        $T=$r['T'];
+        //$T=$r['T'];
+        $T=(new DateTime())->format('Y-m-d');
         if( $inv == true ){
           db_addErgebnisse(implode( ',', [ SAISON, $runde, $spieltag, $T, $H_nt, $A_nt, $TA, $TH, $MID ] ), $secret);
         } else {