show_errors(); //Dates $curdate = date("Y-m-d"); $pieces = explode('-', $curdate, 3); $this_year_r = $pieces[0]; $this_month_r = $pieces[1]; $days_this_month = date('t', strtotime($curdate)); if (isset($_POST['delete_event'])) { if (is_array($_POST['checkbox'])) { while (list($key, $value) = each($_POST['checkbox'])): $del_id = $key; event_espresso_delete_event($del_id); endwhile; } ?>
' . __('Advanced filters are now available in the premium versions.', 'event_espresso') . ' ' . __('Upgrade Now!', 'event_espresso') . '
'; } if ($total_events > 0) { if ($total_events > 500) { $max_rows = empty($_POST['max_rows']) ? 500 : $_POST['max_rows']; $start_rec = empty($_POST['start_rec']) ? 0 : $_POST['start_rec']; ?>
- ' . __('Recurring Event', 'event_espresso') . '' : '';
?>