context->oSdocument->variables; if($oSdocument['plan_sdate'] == null && $get_plan_sdate) $oSdocument['plan_sdate'] = $get_plan_sdate; $plan_bgcolor = $oSdocument['plan_bgcolor']; $plan_check = $oSdocument['plan_check']; $plan_period = $oSdocument['plan_period']; $plan_value = $oSdocument['plan_value']; if($plan_bgcolor == null) $plan_bgcolor = 0; if($plan_period == null) $plan_period = 0; if($plan_value == null) $plan_value = 0; //$__Context->in_extra_vars1 = $in_extra_vars1; // XE변수로 변환 if ($pYear == null){ $pYear = date("Y"); $pMonth = date("n"); $pDay = date("d"); } $tmparr=explode("-", $in_extra_vars1); //클릭한 날자 if ($tmparr[2] != null){ $pDay =$tmparr[2]; } ?>
|
|
|