Changeset 302 for trunk


Ignore:
Timestamp:
May 10, 2019, 6:39:18 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

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

    r301 r302  
    260260                $res = $dbi->prepare("$sql");
    261261                $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);
    263263                if(($votic)>($votil*$prefs) || $mvc>$votil)
    264264                        $err=1;
Note: See TracChangeset for help on using the changeset viewer.