Changeset 14 for trunk/admin
- Timestamp:
- Feb 10, 2010, 11:39:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_gruppo.php
r2 r14 69 69 ."<td align=\"center\"><b>"._FUNZIONI."</b></td></tr>"; 70 70 //-----------------------visualizza riga superiore per inserimento - 71 $c ond=($tipo_cons==4 and $id_circ) ? "and id_circ='$id_circ'":"";72 $res = mysql_query("SELECT * FROM ".$prefix."_ele_gruppo where id_cons='$id_cons' $c ond", $dbi);71 $circo= $cons_circ==1 ? "and id_circ='$id_circ'":""; 72 $res = mysql_query("SELECT * FROM ".$prefix."_ele_gruppo where id_cons='$id_cons' $circo ", $dbi); 73 73 $max = mysql_num_rows($res); 74 74 $nuovo_gruppo=$max+1; … … 76 76 ."<input type=\"hidden\" name=\"op\" value=\"gruppo\">"; 77 77 if ($do=='modify') { 78 $resl = mysql_query("SELECT * FROM ".$prefix."_ele_gruppo where id_gruppo= $id_gruppo", $dbi);78 $resl = mysql_query("SELECT * FROM ".$prefix."_ele_gruppo where id_gruppo='$id_gruppo'", $dbi); 79 79 $gru=mysql_fetch_array($resl); 80 80 $nuovo_gruppo=$gru['num_gruppo']; … … 83 83 $gru['id_gruppo']='';$gru['descrizione']=''; 84 84 echo "<input type=\"hidden\" name=\"do\" value=\"add\">"; 85 } 85 } 86 86 87 //-----------------------fine visualizza riga superiore per inserimento - 87 88 echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">" … … 101 102 echo "<td><input type=\"submit\" name=\"add\" value=\""._ADD."\"></td>"; 102 103 echo "</form>"; 103 $circo= $cons_circ==1 ? "and id_circ='$id_circ'":"";104 104 105 105
Note:
See TracChangeset
for help on using the changeset viewer.