Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc2ead3a07 | ||
|
|
6b89acf422 |
@@ -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] + ']';
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
define('PWA_VERSION', '1.12.1h6');
|
||||
define('PWA_VERSION', '1.12.1h7');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user