FIX export survey in csv (unknown and ko was inverted)
This commit is contained in:
parent
00bdf902a3
commit
e7b06df4cc
@ -113,10 +113,10 @@ if ($resql) {
|
||||
$input .= 'OK;';
|
||||
$somme[$k]++;
|
||||
} elseif ($car == "2") {
|
||||
$input .= 'KO;';
|
||||
$input .= ';';
|
||||
$somme[$k]++;
|
||||
} else {
|
||||
$input .= ';';
|
||||
$input .= 'KO;';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user