mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Separate agreement info into its own table
선택약관 동의 내역을 쉽게 관리할 수 있도록 확장변수가 아닌 별도의 테이블로 분리
This commit is contained in:
parent
73c5b6d84b
commit
ee7f11b0f1
5 changed files with 70 additions and 22 deletions
|
|
@ -100,12 +100,6 @@ class memberAdminController extends member
|
|||
unset($all_args->reset_password);
|
||||
if(!isset($args->limit_date)) $args->limit_date = "";
|
||||
$extra_vars = delObjectVars($all_args, $args);
|
||||
|
||||
// Merge extra vars with existing data
|
||||
if($args->member_srl)
|
||||
{
|
||||
$extra_vars->accept_agreement = $member_info->accept_agreement;
|
||||
}
|
||||
$args->extra_vars = serialize($extra_vars);
|
||||
|
||||
// remove whitespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue