Changeset 336 for trunk/admin/temi/facebook/menu.php
- Timestamp:
- Sep 23, 2020, 11:32:27 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/temi/facebook/menu.php
r257 r336 58 58 $sth->execute(); 59 59 $row = $sth->fetch(PDO::FETCH_BOTH); 60 $esiste_multi= mysql_num_rows($rescomu);60 $esiste_multi=$sth->rowCount(); 61 61 if ($esiste_multi>=1) { 62 62 echo " <li> … … 129 129 ***********************************/ 130 130 131 $res = mysql_query("SELECT count(0) FROM ".$prefix."_ele_circoscrizione where id_cons='$id_cons' ", $dbi);132 131 $sql = "SELECT count(0) FROM ".$prefix."_ele_circoscrizione where id_cons='$id_cons'"; 133 132 $sth = $dbi->prepare("$sql");
Note:
See TracChangeset
for help on using the changeset viewer.