This commit is contained in:
2026-01-02 00:46:49 +01:00
parent a8b0d15ce9
commit 35415a5a5c

View File

@@ -91,7 +91,7 @@ final class Search
echo $sql; echo $sql;
exit; exit;
$stmt = $this->pdo->prepare($sql); $stmt = $this->pdo->prepare($sql);
//$stmt->execute($bind); $stmt->execute($bind);
// return $stmt->fetchAll(\PDO::FETCH_ASSOC) ?: []; // return $stmt->fetchAll(\PDO::FETCH_ASSOC) ?: [];
} }
} }