818c1ccb by Kevin Burton

merged 224 into tag

1 parent b556d5ce
......@@ -109,7 +109,7 @@ $posts = query_posts(Array(
/*if (!$is_archived == "on") { continue; }*/
} else {
if ($event_date <= (time() + (60*60*24)) ) {
if ($event_date < (current_time('timestamp') - (60*60*24))) {
continue;
}
......