Changeset 333 for trunk/admin/modules/Elezioni
- Timestamp:
- Sep 14, 2020, 6:09:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_permessi.php
r284 r333 166 166 $sql="update ".$prefix."_ele_operatori set id_sede='$id_sede' , permessi='$permessi' where id_cons='$id_cons' and aid='$aid2' "; 167 167 $res = $dbi->prepare("$sql"); 168 $res->execute(); 168 $res->execute(); 169 $result=$res->rowCount(); 169 170 if (!$result) return; 170 171 Header("Location: admin.php?op=permessi&id_cons_gen=$id_cons_gen");
Note:
See TracChangeset
for help on using the changeset viewer.