fix
This commit is contained in:
@@ -966,8 +966,6 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
|
|||||||
$query = $this->db->query($mysqlJ);
|
$query = $this->db->query($mysqlJ);
|
||||||
$data['recentjobs'] = $query->result();
|
$data['recentjobs'] = $query->result();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
extract($_POST);
|
extract($_POST);
|
||||||
$redirected = false;
|
$redirected = false;
|
||||||
if ($_POST) {
|
if ($_POST) {
|
||||||
@@ -976,7 +974,7 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
|
|||||||
$in['description'] = $description;
|
$in['description'] = $description;
|
||||||
$in['timeline_days'] = $this->input->post('timeline') ; //$timeline;
|
$in['timeline_days'] = $this->input->post('timeline') ; //$timeline;
|
||||||
$in['job_detail'] = trim( $this->input->post('job_detail') ); // Somehow this doesnt show when large $job_detail;
|
$in['job_detail'] = trim( $this->input->post('job_detail') ); // Somehow this doesnt show when large $job_detail;
|
||||||
$in['price'] = $this->input->post('price') ; // (is_int($price)? $price:0) * 100;
|
$in['price'] = $this->input->post('price') *100; // (is_int($price)? $price:0) * 100;
|
||||||
$in['member_id'] = $_SESSION['member_id'];
|
$in['member_id'] = $_SESSION['member_id'];
|
||||||
$in['country'] = $country_job;
|
$in['country'] = $country_job;
|
||||||
|
|
||||||
@@ -989,7 +987,6 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
|
|||||||
if ($res == PHP_CREATED_OK) {
|
if ($res == PHP_CREATED_OK) {
|
||||||
// print_r($out);
|
// print_r($out);
|
||||||
if ($out['job_id'] > 0) {
|
if ($out['job_id'] > 0) {
|
||||||
|
|
||||||
$this->processingJob($out['job_id']);
|
$this->processingJob($out['job_id']);
|
||||||
$redirected = true;
|
$redirected = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user