Changeset 88
- Timestamp:
- May 2, 2011, 9:19:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/importa.php
r80 r88 30 30 $newidg=0; 31 31 $oldidg=0; 32 $isnew=0; 32 33 foreach($rigagruppo as $key=>$campo){ 33 34 if ($key==0) $valori="'$idcns',"; … … 36 37 else $valori.= ",'$campo'"; 37 38 if ($key==2) $numgruppo= $campo; 38 } 39 if ($key==8) $isnew=1; 40 } 41 if (!$isnew) $valori.=",null,null"; 39 42 if(isset($valori)){ 43 40 44 $res_gruppo = mysql_query("insert into ".$prefix."_ele_gruppo values($valori)" ,$dbi)||die("(1104) Non e' stato possibile inserire i gruppi nel database! contattare l'amministratore".mysql_error()); 41 45 $resnew = mysql_query("select id_gruppo from ".$prefix."_ele_gruppo where num_gruppo='$numgruppo' and id_cons='$idcns'" ,$dbi); 42 $resnew = mysql_query("select id_gruppo from ".$prefix."_ele_gruppo where num_gruppo='$numgruppo' and id_cons='$idcns'");43 46 list ($newidg) = mysql_fetch_row($resnew); 44 47 unset($valori);
Note:
See TracChangeset
for help on using the changeset viewer.