Closed moonsungjun closed 8 years ago
prq@.21]$ grep -rn "first_sent" *
prq/application/views/crontab/view_v.php:86:2016-05-27 14:20:04 0319795663@naver.com 3 01034788878 0 효성각 0319795663 01077395675 0 150 0 3 16/150 first_sent 150 0 보냄
prq/application/models/crontab_m.php:130: $arrays=(object)array('cd_date'=>'first_sent');
<?
/********************************************************
* 1분마다 콜로그를 조회하여 gcm과 mms 를 전송하는 페이지 크론탭에 등록 되어 있습니다.
* location : /prq/application/views/crontab/view_v.php
* url : /prq/crontab/view
* FULL URL : http://prq.co.kr/prq/crontab/view
* 작성일 : 2016-03-30 (수)
* 수정일 : 2016-05-19 (목)
*
********************************************************/
/* 중략 */
/********************************************************************************
*
* 9-3. if($cd_date=="first_send"){...}
* - 처음 보낼 때 안보내지던 버그 수정
* - $chk_mms = true;
*********************************************************************************/
if($cd_date=="first_send"){
$chk_mms=true;
}
http://prq.co.kr/prq/logs/lists/gcm
하단 이미지 참고 요망.