print_r removed : ps
This commit is contained in:
parent
4836d7d981
commit
e31f36b6a5
@ -3048,14 +3048,15 @@ public function getPDFormDetailsJSON_post()
|
|||||||
|
|
||||||
|
|
||||||
$fields = array('json');
|
$fields = array('json');
|
||||||
$where_condition_array = array('isactive' => 1,'fk_form_id'=>$pd_form_id,'fk_pd_id'=>$pd_id);print_r($where_condition_array);
|
$where_condition_array = array('isactive' => 1,'fk_form_id'=>$pd_form_id,'fk_pd_id'=>$pd_id);
|
||||||
|
//print_r($where_condition_array);
|
||||||
if($company_id != null)
|
if($company_id != null)
|
||||||
{
|
{
|
||||||
$where_condition_array = array('fk_form_id'=>$pd_form_id,'fk_pd_id'=>$pd_id,'company_id' => $company_id,'isactive' => 1);
|
$where_condition_array = array('fk_form_id'=>$pd_form_id,'fk_pd_id'=>$pd_id,'company_id' => $company_id,'isactive' => 1);
|
||||||
}
|
}
|
||||||
$rec = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
$rec = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
||||||
echo "I have";
|
// echo "I have";
|
||||||
print_r($rec);die();
|
// print_r($rec);die();
|
||||||
|
|
||||||
if(isset($rec[0]['json']))
|
if(isset($rec[0]['json']))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user