I'm trying to schedule a function to run hourly, and it's not working, so I decided to call wp_next_scheduled to see what it had for the next scheduled timestamp, but it returns the start timestamp instead (the first parameter of wp_schedule_event).
This is in a wpmu plugin that looks something like this:
http://pastie.caboo.se/178142
Am I doing something wrong or is this a bug in the wpmu 1.3.3?
Thanks.