fix
This commit is contained in:
@@ -715,6 +715,7 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
|
||||
$data["timeline_days"] = $out["timeline_days"];
|
||||
$data["price"] = $out["price"];
|
||||
$data["offer_code"] = $out["offer_code"];
|
||||
$data['is_public_view'] = $out['public_view'];
|
||||
$a_from = array('\t','\n','\r','\0','\v');
|
||||
$a_to = array("\t","\n","\r","","");
|
||||
$data["job_description"] = trim(trim(str_replace($a_from,$a_to,$out["job_description"])),'"'); // str_replace('"','\"',$out["job_description"]); // $out["job_description"];
|
||||
|
||||
Reference in New Issue
Block a user