Quote:
Originally Posted by doopz
Same here. Have events happening before March 28th yet it only seems to show March 28th.
Any solution for this?
edit some debugging:
Query =
SELECT * FROM event WHERE visible = 1 AND (dateline_from > '1267633147' || ( dateline_from > '1267633147' AND dateline_to < '1267633147' )) ORDER BY dateline_from ASC LIMIT 5
seems to be going wrong with the dateline?
|
From a post in this very thread:
Quote:
Originally Posted by waynem
I set the offset to 86400 and it seems to work, thanks!
|
So you'll need to adjust the offset to what you need.
Kurt