Changeset 254 for trunk/client/modules/Elezioni/candidato.php
- Timestamp:
- Mar 13, 2018, 9:26:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/candidato.php
r2 r254 136 136 137 137 $res = mysql_query("SELECT id_cons FROM ".$prefix."_ele_candidati where id_cons='$id_cons' and cognome like \"$lettera%\" ", $dbi); 138 $max = mysql_num_rows($res);138 if($res) $max = mysql_num_rows($res); 139 139 140 140 }
Note:
See TracChangeset
for help on using the changeset viewer.