Skip to content

Commit

Permalink
dtb_pagelayout.update_url を使わない #745
Browse files Browse the repository at this point in the history
  • Loading branch information
seasoftjapan committed Nov 2, 2023
1 parent 1c32814 commit ac4858b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion data/class/pages/LC_Page_Sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ public function getPageData($where = '', $arrVal = '')
$sql .= ' ,author'; // authorタグ
$sql .= ' ,description'; // descriptionタグ
$sql .= ' ,keyword'; // keywordタグ
$sql .= ' ,update_url'; // 更新URL
$sql .= ' ,create_date'; // データ作成日
$sql .= ' ,update_date'; // データ更新日
$sql .= ' FROM ';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ public function registerPage($arrParams, &$objLayout)

$table = 'dtb_pagelayout';
$arrValues = $objQuery->extractOnlyColsOf($table, $arrParams);
$arrValues['update_url'] = $_SERVER['HTTP_REFERER'];
$arrValues['update_date'] = 'CURRENT_TIMESTAMP';

// 新規登録
Expand Down

0 comments on commit ac4858b

Please sign in to comment.