Changeset 332 for trunk/admin/modules/Elezioni/ele_controlli.php
- Timestamp:
- Sep 8, 2020, 3:34:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_controlli.php
r328 r332 371 371 } 372 372 if (!$totsg) $totsg=$solog; 373 if ( $validil+$contestatil+$nullil+$totsg!=$votivand ($validil+$contestatil+$nullil+$solol>0 or $tvl>0)) {$err=1;$tipo='lista';}373 if (($totlis!=$votiv or $validil+$contestatil+$nullil+$totsg!=$votiv) and ($validil+$contestatil+$nullil+$solol>0 or $tvl>0)) {$err=1;$tipo='lista';} 374 374 if(($solog && !$disg && ($tnl!=$nullil && $disg)) || $totsl!=$solol) {$err=1;$tipo='lista';} 375 375 }
Note:
See TracChangeset
for help on using the changeset viewer.