Changeset 196 for trunk/admin/modules/Elezioni/ele.php
- Timestamp:
- Apr 1, 2014, 12:11:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele.php
r195 r196 88 88 $sqlcomu="select fascia from ".$prefix."_ele_cons_comune where id_cons='$id_cons'"; 89 89 $res = mysql_query($sqlcomu); 90 if ($res) 90 91 list($fascia)=mysql_fetch_row($res); 91 92 else 93 $fascia=0; 92 94 $otable= "<table bgcolor=\"$bgcolor1\" width=\"100%\" cellpadding=\"0\" cellspacing=\"2\" BORDER=\"0\">\n <tr><td> </td><td valign=\"top\" align=\"left\">"; 93 95 $otable1= "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"2\" BORDER=\"0\">\n <tr><td valign=\"top\" width=\"180\">";
Note:
See TracChangeset
for help on using the changeset viewer.