getFetchQueryArray($sql);
// 현재 처리방침의 적용일
foreach($pdata['row'] as $v){
if($v['wm_curr'] == 'Y'){
$curr_ydate = date('Y-m-d', strtotime($v['wm_sdate']));
}
}
$history_html = '';
if($pdata['total'] > 0){
$history_html .= '개인정보 처리방침의 변경
① 이 개인정보 처리방침은 '.$curr_ydate.'부터 적용됩니다.
② 이전의 개인정보 처리방침은 아래에서 확인하실 수 있습니다.
';
foreach($pdata['row'] as $k=>$v){
if($v['wm_use'] == 'Y' && $v['wm_curr'] == 'N'){
$history_html .= ''.$v['wm_sdate'].' ~ '.$v['wm_edate'].' 개인정보처리방침
';
}
}
}
}
?>
Privacy Statement
=_SETTING['wm_privacy']?>
=$history_html?>
}?>