StillMooing / stillmooingfootball

Automatically exported from code.google.com/p/stillmooingfootball
0 stars 0 forks source link

Mobile Site Allows Highlighting When Game Selection Not Available #25

Open StillMooing opened 9 years ago

StillMooing commented 9 years ago

Does not allow betting when you shouldn't so it's not a time-critical issue

StillMooing commented 9 years ago

Not sure what was happening before, but page doesn't even add javascript to the TD for onclick if game not available... Can't replicate this.

Leaving open for now unti l verify.

StillMooing commented 9 years ago

Ok... So... This is a bit of a corner case... If you place bets on a game when you can bet, and then the ability to bet goes away, you can mess with the bets... Still can't submit though...

StillMooing commented 9 years ago

So, here's the relevant code

if ( ( ($userWeekDataExists) && ($pickDate[1] > $currentTime) )

This really shouldn't ever happen... going to put off fixing this to work on other things...