Update index.php

This commit is contained in:
daraelmin 2021-03-13 22:42:49 +01:00 committed by GitHub
parent 47f7ee09cf
commit e2ba3b599d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ if ($conf->use_javascript_ajax) {
$SommeB += isset($MembersValidated[$key]) ? $MembersValidated[$key] - (isset($MemberUpToDate[$key]) ? $MemberUpToDate[$key] : 0) : 0;
$SommeC += isset($MemberUpToDate[$key]) ? $MemberUpToDate[$key] : 0;
$SommeD += isset($MembersResiliated[$key]) ? $MembersResiliated[$key] : 0;
$SommeE += isset($MembersExcluded[$key]) ? $MembersExcluded è[$key] : 0;
$SommeE += isset($MembersExcluded[$key]) ? $MembersExcluded [$key] : 0;
$i++;
}
$total = $SommeA + $SommeB + $SommeC + $SommeD;