회원가입시 포인트 부여부분 { } 문자제거
This commit is contained in:
@ -182,11 +182,11 @@ if ($w == '') {
|
||||
sql_query($sql);
|
||||
|
||||
// 회원가입 포인트 부여
|
||||
insert_point($mb_id, $config['cf_register_point'], '회원가입 축하', '{@member}', $mb_id, '회원가입');
|
||||
insert_point($mb_id, $config['cf_register_point'], '회원가입 축하', '@member', $mb_id, '회원가입');
|
||||
|
||||
// 추천인에게 포인트 부여
|
||||
if ($config['cf_use_recommend'] && $mb_recommend)
|
||||
insert_point($mb_recommend, $config['cf_recommend_point'], '{$mb_id}의 추천인', '{@member}', $mb_recommend, '{$mb_id} 추천');
|
||||
insert_point($mb_recommend, $config['cf_recommend_point'], $mb_id.'의 추천인', '@member', $mb_recommend, $mb_id.' 추천');
|
||||
|
||||
// 회원님께 메일 발송
|
||||
if ($config['cf_email_mb_member']) {
|
||||
|
||||
Reference in New Issue
Block a user