Skip to content

Commit

Permalink
Fixed issue #7815: Textual answers not included in Excel export
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 10, 2013
1 parent c73db3b commit 4b47b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/statistics_helper.php
Expand Up @@ -2879,7 +2879,7 @@ protected function displayResults($outputs, $results, $rt, $outputType, $surveyi
}
}

if($outputType=='xls' && (isset($headXLS) || issset($tableXLS)))
if($outputType=='xls' && (isset($headXLS) || isset($tableXLS)))
{
if (isset($headXLS))
{
Expand Down

0 comments on commit 4b47b11

Please sign in to comment.