Commit 96051b47 by Tobin

commit ride controller changes

parent c0e2e55d
...@@ -573,6 +573,7 @@ class Ride extends CI_Controller { ...@@ -573,6 +573,7 @@ class Ride extends CI_Controller {
$company_data = ''; $company_data = '';
if($this->session->userdata['user_type'] == 1){ if($this->session->userdata['user_type'] == 1){
$company_id = '';
$broker_id = (!isset($_POST['company_id']) || $broker_id = (!isset($_POST['company_id']) ||
empty($company_id = $_POST['company_id']))?'':$broker_id; empty($company_id = $_POST['company_id']))?'':$broker_id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment