Changeset 416 for trunk/admin/admin.php
- Timestamp:
- May 21, 2024, 10:18:28 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/admin.php
r406 r416 233 233 # if ($adminsuper==1) $id_comune2=0; else 234 234 $id_comune2=$id_comune; 235 $sth = $dbi->prepare("select pwd,adminop,adminsuper,counter,admlanguage from ".$prefix."_authors where aid='$aid' and (id_comune='$id_comune2' or adminsuper='1')");235 $sth = $dbi->prepare("select pwd,adminop,adminsuper,counter,admlanguage from ".$prefix."_authors where binary aid='$aid' and (id_comune='$id_comune2' or adminsuper='1')"); 236 236 $sth->execute(); 237 237 $esiste=$sth->rowCount();
Note:
See TracChangeset
for help on using the changeset viewer.