Skip to content

포인트 반복 차감 기간 제한

Tip 조회 수 8047 추천 수 0 2012.01.16 20:22:23

수정 파일 : lib/common.lib.php


// 포인트 부여 
function insert_point($mb_id, $point, 
$content='', $rel_table='', $rel_id='', $rel_action='') 

// 이미 등록된 내역이라면 
건너뜀 - 원본
    if ($rel_table || $rel_id || $rel_action)
    {
        
$sql = " select count(*) as cnt from $g4[point_table]
                  where 
mb_id = '$mb_id'
                    and po_rel_table = 
'$rel_table'
                    and po_rel_id = 
'$rel_id'
                    and po_rel_action = 
'$rel_action'
                    and po_datetime > now() - interval 24 
hour ";   // 24시간 이후 재차감시 - 추가          
         $row = 
sql_fetch($sql);
        if ($row[cnt])
            return -1;
    
} 

profile

일요일은 짜빠게뤼~ 먹는날~^^

엮인글 :
http://adminplay.com/74409/877/trackback
List of Articles
번호 제목 글쓴이 날짜 조회 수

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234