aboutsummaryrefslogtreecommitdiff
path: root/src/admin/report/webcast.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/report/webcast.php')
-rw-r--r--src/admin/report/webcast.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/report/webcast.php b/src/admin/report/webcast.php
index 75030be..6f6cf7c 100644
--- a/src/admin/report/webcast.php
+++ b/src/admin/report/webcast.php
@@ -267,7 +267,7 @@ for ($i = 0; $i < $numRuns; $i++) {
} else if ($run[$i]['answer'] == 'Not answered yet') {
$runfile .= '?' . "\n";
}
- else if($run[$i]['answer'] == 'NO - Compilation error' || $run[$i]['answer'] == 'NO - Contact staff'){
+ else if($run[$i]['answer'] == 'NO - Compilation error' || $run[$i]['answer'] == 'NO - Contact staff' || $run[$i]['answer'] == 'NO - Name mismatch'){
$runfile .= 'X' . "\n";
}
else {