gitflow-hotfix-stash: a53.2

This commit is contained in:
ostertun
2023-11-27 09:20:58 +01:00
parent 54ceae6ce0
commit 6b89acf422
2 changed files with 2 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ function dbGetResultCalculated(regatta) {
/*if (copy[i] == -1) { results[id]['values'][i] = gemeldet + 1; }
else if (copy[i] == -2) { results[id]['values'][i] = gemeldet + 1; }
else { results[id]['values'][i] = copy[i]; }*/
if (copy[$i] == 0) results[id]['values'][i] = 0;
if (copy[i] == 0) results[id]['values'][i] = 0;
if (results[id]['values'][i] == 0) {
results[id]['texts'][i] = '[' + results[id]['texts'][i] + ']';
}