merged 224 into tag
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -108,8 +108,8 @@ $posts = query_posts(Array( | ... | @@ -108,8 +108,8 @@ $posts = query_posts(Array( |
| 108 | $is_archived = get_post_meta($post->ID, 'is_archived_webinar', true); | 108 | $is_archived = get_post_meta($post->ID, 'is_archived_webinar', true); |
| 109 | /*if (!$is_archived == "on") { continue; }*/ | 109 | /*if (!$is_archived == "on") { continue; }*/ |
| 110 | } else { | 110 | } else { |
| 111 | 111 | ||
| 112 | if ($event_date <= (time() + (60*60*24)) ) { | 112 | if ($event_date < (current_time('timestamp') - (60*60*24))) { |
| 113 | continue; | 113 | continue; |
| 114 | } | 114 | } |
| 115 | 115 | ... | ... |
-
Please register or sign in to post a comment