Changeset 301 for trunk/admin
- Timestamp:
- May 10, 2019, 6:38:20 PM (6 years ago)
- Location:
- trunk/admin/modules/Elezioni
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_controlli.php
r300 r301 260 260 $res = $dbi->prepare("$sql"); 261 261 $res->execute(); 262 list($votic,$mvc)=$res->fetch(PDO::FETCH_NUM); 263 if(($votic *$prefs)>$votil|| $mvc>$votil)262 list($votic,$mvc)=$res->fetch(PDO::FETCH_NUM);include("if(($votic*$prefs)>$votil || $mvc>$votil) "); 263 if(($votic)>($votil*$prefs) || $mvc>$votil) 264 264 $err=1; 265 265 }else{
Note:
See TracChangeset
for help on using the changeset viewer.