Axel Nordh 4 éve
szülő
commit
1376b548ac
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      OddsJavaFx/src/web/webDbConnection.php

+ 1 - 1
OddsJavaFx/src/web/webDbConnection.php

@@ -65,7 +65,7 @@ class WebDbConnection {
         "DATE(gameDate) >= DATE(NOW()) " .
         "DATE(gameDate) >= DATE(NOW()) " .
         "AND res.leagueId = " . $leagueId .
         "AND res.leagueId = " . $leagueId .
         " AND res.countryId = " . $countryId .
         " AND res.countryId = " . $countryId .
-        " AND homeScore >= 0" .
+        " AND homeScore <= 0" .
         " ORDER BY gameDate ASC";
         " ORDER BY gameDate ASC";