fix
This commit is contained in:
@@ -736,17 +736,15 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
|
||||
// $data = array();
|
||||
$data = $this->getSessionArray();
|
||||
$this->load->model('offers_model');
|
||||
$out = $this->offers_model->getUserPendingOffers($_SESSION['member_id']);
|
||||
|
||||
$data['my_offer_rows'] = $out["query"]->result();
|
||||
|
||||
|
||||
|
||||
$data['page_title'] = "Pending";
|
||||
$out = $this->offers_model->getUserPendingOffers($_SESSION['member_id'], 10000);
|
||||
$data['my_offer_rows'] = $out["my_offer_rows"]; //same
|
||||
$data['offer_dash_result'] = $out["my_offer_rows"]; //same
|
||||
$data['offer_found']= count($out["my_offer_rows"])>0;
|
||||
$data['dash_title'] = "Pending Offers";
|
||||
$this->renderSecurePage('jobs/view_myoffer', $data);
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function pendingoffer() {
|
||||
$data = array();
|
||||
$data = $this->getSessionArray();
|
||||
|
||||
Reference in New Issue
Block a user