|
|
|
@ -38,7 +38,6 @@ class GradeBookResult |
|
|
|
if (isset($header_col['header'])) { |
|
|
|
if (isset($header_col['header'])) { |
|
|
|
$data .= str_replace("\r\n", ' ', api_html_entity_decode(strip_tags($header_col['header']))).';'; |
|
|
|
$data .= str_replace("\r\n", ' ', api_html_entity_decode(strip_tags($header_col['header']))).';'; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
} else { |
|
|
|
$data .= str_replace("\r\n", ' ', api_html_entity_decode(strip_tags($header_col))).';'; |
|
|
|
$data .= str_replace("\r\n", ' ', api_html_entity_decode(strip_tags($header_col))).';'; |
|
|
|
} |
|
|
|
} |
|
|
|
|