Login #1
@ -118,7 +118,7 @@ class BancaDati {
|
||||
$sql .= $order["order"];
|
||||
}
|
||||
try {
|
||||
return $this->pdo->query($sql);
|
||||
return $this->pdo->query($sql)->fetch();
|
||||
}catch (PDOException $e){
|
||||
die;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user