Changeset 301 for trunk


Ignore:
Timestamp:
May 10, 2019, 6:38:20 PM (5 years ago)
Author:
roby
Message:
 
Location:
trunk/admin/modules/Elezioni
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele_controlli.php

    r300 r301  
    260260                $res = $dbi->prepare("$sql");
    261261                $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)
    264264                        $err=1;
    265265        }else{
Note: See TracChangeset for help on using the changeset viewer.