PD_Controller.php edited online with Bitbucket
This commit is contained in:
parent
b1af7013ec
commit
aa4cf527f6
@ -9683,7 +9683,7 @@ class PD_Controller extends REST_Controller
|
||||
if(isset($records['random_string'])){
|
||||
$random_string = $records['random_string'];
|
||||
}else{
|
||||
$random_string = $this->PD_Model->selectCustomRecords(array('random_string'),array('pd_id' => $pd_details['pd_id']),PDTRIGGER);
|
||||
$random_string = $this->PD_Model->selectCustomRecords(array('random_string'),array('pd_id' => $records['pd_id']),PDTRIGGER);
|
||||
$random_string = $random_string[0]['random_string'];}
|
||||
|
||||
$ZIP = smc_creditpd::covertSMCImgs2ZIP($records['pd_id'],$random_string,array(),0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user