get_results( "select palettes from ".$wpdb->prefix."dc_mv_configuration where id=1" , ARRAY_A); $row = $handle[0]; $palettes = unserialize($row["palettes"]); if (count($palettes) > $_GET["palette"]) $palette = $palettes[$_GET["palette"]]; else $palette = $palettes[0]; function rquote_field($str) { return $str; } function getCalendarByRange($id){ global $wpdb; try{ $sql = "select * from `".$wpdb->prefix."dc_mv_events` where `id` = " . $id; $handle = $wpdb->get_results($sql, ARRAY_A); $row = $handle[0]; }catch(Exception $e){ } return $row; } function fomartTimeAMPM($h,$m) { if ($_GET["mt"]!="false") $tmp = (($h < 10) ? "0" : "") . $h . ":" . (($m < 10)?"0":"") . $m ; else { $tmp = (($h%12) < 10) && $h!=12 ? "0" . ($h%12) : ($h==12?"12":($h%12)) ; $tmp .= ":" . (($m < 10)?"0":"") . $m . (($h>=12)?"pm":"am"); } return $tmp ; } if($_GET["id"]){ $event = getCalendarByRange($_GET["id"]); } $path = plugins_url('/', __FILE__)."../DC_MultiViewCal/"; ?> Calendar Details /calendar.css" rel="stylesheet" />
&month_index=&method=adddetails" class="fform" id="fmEdit" method="post"> " size=55 />
Save Delete Close

Edit recurring event

Would you like to change only this event, all events in the series, or this and all following events in the series?

Only this event All other events in the series will remain the same.
Following events This and all the following events will be changed.
Any changes to future events will be lost.
All events All events in the series will be changed.
Any changes made to other events will be kept.
Cancel this change

Delete recurring event

Would you like to delete only this event, all events in the series, or this and all future events in the series?

Only this instance All other events in the series will remain.
All following This and all the following events will be deleted.
All events in the series All events in the series will be deleted.
Cancel this change
weeks
SU MO TU WE TH FR SA
day of the month day of the week
Never
After occurrences
On
Save Close