smartpd-report enqueued check removed : ps
This commit is contained in:
parent
8ea2beb02a
commit
da2db735b5
@ -4919,14 +4919,14 @@ public function getPDFormDetailsJSON_post()
|
||||
$data['msg'] = isset($data['msg']) ? ($data['msg'] . 'Image ZIP'.', ') : 'Image ZIP, ';
|
||||
}
|
||||
|
||||
if($pd_master_details[0]['fk_pd_type'] == 2)
|
||||
{
|
||||
$video_status = $this->PD_Model->selectCustomRecords(array('count(*) as count'),array('isactive' => 1,'twilo_status' => 'enqueued','fk_pd_id' => $pdid),VIDEO_ROOM_INFO);
|
||||
if($video_status[0]['count'] != 0)
|
||||
{
|
||||
$data['msg'] = isset($data['msg']) ? ($data['msg'] . 'Some videos'.', ') : 'Some videos, ';
|
||||
}
|
||||
}
|
||||
// if($pd_master_details[0]['fk_pd_type'] == 2)
|
||||
// {
|
||||
// $video_status = $this->PD_Model->selectCustomRecords(array('count(*) as count'),array('isactive' => 1,'twilo_status' => 'enqueued','fk_pd_id' => $pdid),VIDEO_ROOM_INFO);
|
||||
// if($video_status[0]['count'] != 0)
|
||||
// {
|
||||
// $data['msg'] = isset($data['msg']) ? ($data['msg'] . 'Some videos'.', ') : 'Some videos, ';
|
||||
// }
|
||||
// }
|
||||
// print_r($data);
|
||||
// echo strrpos($data['msg'], ',');
|
||||
if(isset($data['msg']) && $data['msg'] != '')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user