Changeset 257 for trunk/admin/modules/Elezioni/ele_consultazioni.php
- Timestamp:
- Feb 9, 2019, 8:45:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_consultazioni.php
r255 r257 12 12 die ("You can't access this file directly..."); 13 13 } 14 global $dbi ;14 global $dbi,$tipo_cons; 15 15 $aid=$_SESSION['aid']; 16 16 $prefix=$_SESSION['prefix']; … … 266 266 $sth = $dbi->prepare("$sql"); 267 267 $sth->execute(); 268 if (!$ result) return;268 if (!$sth->rowCount()) return; 269 269 Header("Location: admin.php?op=consultazione&id_cons_gen=$id_cons_gen"); 270 270 }
Note:
See TracChangeset
for help on using the changeset viewer.