From 0a8070b6ed601260e263e904fc40205aef48fbdd Mon Sep 17 00:00:00 2001 From: lfield Date: Wed, 14 Nov 2018 10:39:37 +0100 Subject: [PATCH] Update team_import.php --- html/ops/team_import.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/ops/team_import.php b/html/ops/team_import.php index 793399317e..2586c4743b 100755 --- a/html/ops/team_import.php +++ b/html/ops/team_import.php @@ -70,6 +70,7 @@ function parse_team($f) { else if (strstr($s, '')) $t->type = parse_element($s, ''); else if (strstr($s, '')) $t->name_html = parse_element($s, ''); else if (strstr($s, '')) { + $t->description = ''; while ($s = fgets($f)) { if (strstr($s, '')) break; $t->description .= $s;