select
This commit is contained in:
parent
e243ec490a
commit
8e0e6a7058
|
@ -142,7 +142,6 @@ class JobController extends AppController {
|
||||||
}
|
}
|
||||||
$con = $this->MiconwareSession->getOpeningCondition();
|
$con = $this->MiconwareSession->getOpeningCondition();
|
||||||
$con['DreamjobJobOpening.id'] = $this->request->params['id'];
|
$con['DreamjobJobOpening.id'] = $this->request->params['id'];
|
||||||
var_dump($con);
|
|
||||||
$opening = $this->DreamjobJobOpening->find('first', array('conditions' => $con));
|
$opening = $this->DreamjobJobOpening->find('first', array('conditions' => $con));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue