Content Type 1 added in report : ps
This commit is contained in:
parent
f11df92593
commit
6cff15a22b
@ -427,7 +427,7 @@ class PD_Model extends SPARQ_Model {
|
||||
$time = '+5 day';
|
||||
$where_condition_array['isactive'] = 1;
|
||||
}
|
||||
if($api_client == 'report'){ $where_condition_array['content_type !='] = 3; }
|
||||
if($api_client == 'report'){ $where_condition_array['content_type'] = 1; }
|
||||
//print_r($where_condition_array);die();
|
||||
|
||||
$document_lists = $this->selectRecords(PDDOCUMENTS,$where_condition_array);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user