Compare commits
2 Commits
f8a46c9ad6
...
d8a6355587
| Author | SHA1 | Date | |
|---|---|---|---|
| d8a6355587 | |||
| 1bad009063 |
@@ -330,7 +330,7 @@ public class TippligaSQLConnector {
|
|||||||
m.season,
|
m.season,
|
||||||
m.league,
|
m.league,
|
||||||
l.league_name,
|
l.league_name,
|
||||||
l.league_type,
|
l.bet_type,
|
||||||
m.matchday,
|
m.matchday,
|
||||||
m.matchday_name,
|
m.matchday_name,
|
||||||
delivery_date,
|
delivery_date,
|
||||||
@@ -389,7 +389,7 @@ public class TippligaSQLConnector {
|
|||||||
ON (u.username = wu.username)
|
ON (u.username = wu.username)
|
||||||
LEFT JOIN phpbb_profile_fields_data pf
|
LEFT JOIN phpbb_profile_fields_data pf
|
||||||
ON (u.user_id = pf.user_id)
|
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 (b.goals_home = '' OR b.goals_guest = '')
|
||||||
AND r.timestamp IS NULL
|
AND r.timestamp IS NULL
|
||||||
AND m.status = 0
|
AND m.status = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user