Changeset 302 for trunk/admin
- Timestamp:
- May 10, 2019, 6:39:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_controlli.php
r301 r302 260 260 $res = $dbi->prepare("$sql"); 261 261 $res->execute(); 262 list($votic,$mvc)=$res->fetch(PDO::FETCH_NUM); include("if(($votic*$prefs)>$votil || $mvc>$votil) ");262 list($votic,$mvc)=$res->fetch(PDO::FETCH_NUM); 263 263 if(($votic)>($votil*$prefs) || $mvc>$votil) 264 264 $err=1;
Note:
See TracChangeset
for help on using the changeset viewer.