Changeset 332 for trunk/admin/modules/Elezioni/ele_operatori.php
- Timestamp:
- Sep 8, 2020, 3:34:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_operatori.php
r257 r332 144 144 $sql="update ".$prefix."_authors set name='$name',pwd='".md5($passwd)."', email='$email' where id_comune='$id_comune' and aid='$aid2' "; 145 145 $res = $dbi->prepare("$sql"); 146 $res->execute(); 146 $res->execute(); 147 $result=$res->rowCount(); 147 148 if (!$result) return; 148 149 if ($aid2==$aid) $_SESSION['pwd']=md5($passwd);
Note:
See TracChangeset
for help on using the changeset viewer.