Skip to content

Commit

Permalink
Survey Report: fix space in conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyidbeeznest committed Jun 16, 2021
1 parent a0bd0f7 commit b2f523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/survey/surveyUtil.class.php
Expand Up @@ -1440,7 +1440,7 @@ public static function export_complete_report($survey_data, $user_id = 0, $compa
);

$num = count($extra_user_fields);
if (!$survey_data['anonymous']){
if (!$survey_data['anonymous']) {
$return .= str_repeat(';', $num);
}

Expand Down

0 comments on commit b2f523e

Please sign in to comment.