Ignore:
Timestamp:
Feb 10, 2018, 7:54:13 PM (6 years ago)
Author:
roby
Message:

sistemazione dei controlli di congruità per il rosatellum
adattamento del file per il linguaggio italiano

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/candidato.php

    r2 r270  
    136136       
    137137        $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);
    139139       
    140140        }
Note: See TracChangeset for help on using the changeset viewer.