Skip to content

Commit

Permalink
Merge pull request #398 from seasoftjapan/20200527
Browse files Browse the repository at this point in the history
無駄な変数セットを削除
  • Loading branch information
ryo-endo authored Jun 22, 2020
2 parents c8b9e5f + 2eb5c6b commit d3bfe12
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@ public function lfRegistCategory($objQuery, $line, &$objFormParam)
} else {
$sqlval['create_date'] = $arrList['update_date'];
// 新規登録
$category_id = $this->registerCategory($sqlval['parent_category_id'],
$sqlval['category_name'],
$_SESSION['member_id'],
$sqlval['category_id']);
$this->registerCategory($sqlval['parent_category_id'],
$sqlval['category_name'],
$_SESSION['member_id'],
$sqlval['category_id']);
}
$category_id = $sqlval['category_id'];
// TODO: 削除時処理
Expand Down

0 comments on commit d3bfe12

Please sign in to comment.