Ignore:
Timestamp:
Sep 14, 2020, 6:09:00 PM (4 years ago)
Author:
roby
Message:

admin: sistemata la gestione operatiri

File:
1 edited

Legend:

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

    r284 r333  
    166166                        $sql="update  ".$prefix."_ele_operatori set id_sede='$id_sede' , permessi='$permessi' where id_cons='$id_cons' and aid='$aid2' ";
    167167                        $res = $dbi->prepare("$sql");
    168                         $res->execute();                               
     168                        $res->execute();
     169                        $result=$res->rowCount();
    169170                        if (!$result) return;
    170171                        Header("Location: admin.php?op=permessi&id_cons_gen=$id_cons_gen");
Note: See TracChangeset for help on using the changeset viewer.