mirror of https://github.com/BOINC/boinc.git
Update team_import.php
This commit is contained in:
parent
f4df245f67
commit
0a8070b6ed
|
@ -70,6 +70,7 @@ function parse_team($f) {
|
|||
else if (strstr($s, '<type>')) $t->type = parse_element($s, '<type>');
|
||||
else if (strstr($s, '<name_html>')) $t->name_html = parse_element($s, '<name_html>');
|
||||
else if (strstr($s, '<description>')) {
|
||||
$t->description = '';
|
||||
while ($s = fgets($f)) {
|
||||
if (strstr($s, '</description>')) break;
|
||||
$t->description .= $s;
|
||||
|
|
Loading…
Reference in New Issue