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;