member_table 업데이트 후에 insert_point가 안되는데.

2014-08-11 (월) 10:27:34 4,886

아래와 같이 업데이트 구문후에  insert_point를 하면 insert_point​가 되지 않는데 왜 그러는 걸까요?


 sql_query("update {$g5['member_table']} set mb_password = '$new_password' where mb_id = '{$mb['mb_id']}'"); 

  insert_point($member['mb_id'], $config['cf_login_point'], G5_TIME_YMD.' 첫로그인', '@login', $member['mb_id'], G5_TIME_YMD); 

|

답변 1개

2014-08-11 (월) 10:53:25
common.lib.php 에 insert_point 의 쿼리를 찍어보신후 에러를 확인해야할것 같은데요 

답변을 작성하려면 로그인이 필요합니다.