Compare commits

...

2 Commits

View File

@@ -330,7 +330,7 @@ public class TippligaSQLConnector {
m.season,
m.league,
l.league_name,
l.league_type,
l.bet_type,
m.matchday,
m.matchday_name,
delivery_date,
@@ -389,7 +389,7 @@ public class TippligaSQLConnector {
ON (u.username = wu.username)
LEFT JOIN phpbb_profile_fields_data pf
ON (u.user_id = pf.user_id)
WHERE ((d.league_type = 1 AND mb.match_no IS NOT NULL) OR d.league_type = 2)
WHERE ((d.bet_type = 0 AND mb.match_no IS NOT NULL) OR d.bet_type = 1)
AND (b.goals_home = '' OR b.goals_guest = '')
AND r.timestamp IS NULL
AND m.status = 0