commit 735a8545de5a6d78098f3e9a63231c3af5f1d71f
parent 4fc5853a7d44def1fa812daeb3adb451b8cee034
Author: Johs <[email protected]>
Date: Mon, 12 Jun 2023 15:17:25 +0200
graph goes back
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Model/Key.php b/Model/Key.php
@@ -58,7 +58,7 @@ Class Key{
JOIN geolocation geo ON geo.country_code = co.country_code
JOIN contract c ON cs.contract_id = c.contract_id
WHERE c.token = 'ae9c50dc5cd58c538a0d6aedb17fffedcaffd568d22381dab3ae72baaeb24684'
- group by nl.name";
+ ";
$stmt = mysqli_prepare($db, $query);
$stmt->execute();
$data = $stmt->get_result();