From 7e5188b87de7301a7417e6b84967dca1c62e105c Mon Sep 17 00:00:00 2001
From: TonyFord <tonyford@strategy-investor.de>
Date: Fri, 23 Sep 2022 20:58:49 +0200
Subject: [PATCH] remove Mw

---
 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 c301467..7bd9f1e 100644
--- a/html/_layouts/default.php
+++ b/html/_layouts/default.php
@@ -37,7 +37,7 @@ if( !empty($csv) ){
       foreach( $C as $i=>$v ){
         if( $i > 0 ) db_addStatistik($v,$secret);
       }
-    } else if( trim($C[0]) == 'SpielerID,Spieler,Alter,Nt,Saison,Liga,TeamID,Team,S,T,A,Z+,Z-,Zd,Bk,Bi+,Bi-,Attr,Face,Karriereende' ){
+    } else if( trim($C[0]) == 'TeamID,N,SpielerID,Attr,Spieler,Alter,Pos,S,T,A,Z+,Z-,Zd' ){
       $TEAMS=db_getIdNtFromTeams();
       foreach( $C as $i=>$v ){
         $w=preg_split('/,/',$v);
-- 
GitLab