@@ -27,7 +27,7 @@ function db_query(string $query, array $params = []): array
$stmt->execute($params);
return $stmt->fetchAll();
} catch (PDOException $e) {
exit("Errore connessione database: " . $e->getMessage());
exit("Errore database: " . $e->getMessage());
}
The note is not visible to the blocked user.