Ignore:
Timestamp:
Sep 8, 2020, 3:34:34 PM (4 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

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

    r257 r332  
    144144                        $sql="update  ".$prefix."_authors set name='$name',pwd='".md5($passwd)."', email='$email' where id_comune='$id_comune' and aid='$aid2' ";
    145145                        $res = $dbi->prepare("$sql");
    146                         $res->execute();       
     146                        $res->execute();
     147                        $result=$res->rowCount();
    147148                        if (!$result) return;
    148149                        if ($aid2==$aid) $_SESSION['pwd']=md5($passwd);
Note: See TracChangeset for help on using the changeset viewer.