#페이지 이동
header("Location: /camp/doc/privacy");
exit()
?>
getFetchQueryArray($sql);
// view_dump($pdata);
// 현재 처리방침의 적용일
foreach($pdata['row'] as $v){
if($v['wm_curr'] == 'Y'){
$curr_start = date('Y-m-d', strtotime($v['wm_sdate'])); // 시행일자
$pdate = date('Y-m-d', strtotime($v['wm_pdate'])); // 공고일자
}
$first_start = $v['wm_sdate']; // 첫 시행일자
}
$history_html = '';
if($pdata['total'] > 0){
$history_html .= '개인정보 처리방침의 변경
가. 회사는 개인정보처리방침을 개정하는 경우 최소 7일 전에 홈페이지의 공지사항을 통하여 고지할 것입니다.
나. 이 개인정보 처리방침은 '.$curr_ydate.'부터 적용됩니다.
- 개인정보 처리방침 최초 시행일자: '.$first_start.'
- 개인정보 처리방침 개정 공고일자: '.$pdate;
if($pdata['total'] > 1){
$history_html .= '
다. 이전의 개인정보 처리방침은 아래에서 확인하실 수 있습니다.
';
$cnt_history = 0;
foreach($pdata['row'] as $k=>$v){
if($v['wm_use'] == 'Y'){
$history_html .= ' '.$v['wm_sdate'].' ~ '.$v['wm_edate'].' 개인정보처리방침
';
$cnt_history++;
}
}
}
}
?>
=$history_html?>
}?>