Changeset 425 for trunk/client/modules/Elezioni/consiglieri.php
- Timestamp:
- Jun 20, 2024, 6:51:19 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/consiglieri.php
r424 r425 796 796 #elimina gruppi che non hanno superato lo sbarramento 797 797 if ($val<$sbarra){ 798 $togli=array(); 798 799 foreach ($listagruppo as $lst=>$grp) 799 800 if ($grp==$key){ 800 unset($listagruppo[$lst]); 801 $togli[]=$lst; 802 # unset($listagruppo[$lst]); 801 803 unset($desliste[$lst]); 802 804 unset($lists[$lst]); … … 804 806 unset($groups[($key)]); 805 807 unset($desgruppi[($key)]); 806 808 foreach($togli as $chiave=>$val) 809 unset($listagruppo[$val]); 807 810 } 808 811 }
Note:
See TracChangeset
for help on using the changeset viewer.