Changeset 111 for trunk/admin
- Timestamp:
- May 31, 2011, 11:21:38 AM (13 years ago)
- Location:
- trunk/admin/modules/Elezioni
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_voti.php
r84 r111 807 807 list($id_gruppo)=mysql_fetch_row($res3); 808 808 } 809 if ($voti_u+$voti_d and $voti_u+$voti_d!=$voti_t){ 810 echo "</tr><tr style=\"background-color: rgb(255, 0, 0); text-align: center\">"; 809 if(!isset($precede[$id_gruppo])) $precede[$id_gruppo]=0; if(!isset($error)) $error=0; 810 if($precede[$id_gruppo]>($voti_t) and $voti_t) $error=1; 811 $precede[$id_gruppo]=$voti_t; 812 if (($voti_u+$voti_d and $voti_u+$voti_d!=$voti_t) or $error){ 813 echo "</tr><tr style=\"background-color: rgb(255, 0, 0); text-align: center\">"; $error=0; 811 814 }else{ 812 815 echo "</tr><tr class=\"tr-dx\">"; -
trunk/admin/modules/Elezioni/importa.php
r88 r111 39 39 if ($key==8) $isnew=1; 40 40 } 41 if (!$isnew ) $valori.=",null,null";41 if (!$isnew and isset($valori)) $valori.=",null,null"; 42 42 if(isset($valori)){ 43 43
Note:
See TracChangeset
for help on using the changeset viewer.