CATE
This commit is contained in:
parent
9a7b524991
commit
98b7d10434
@ -348,7 +348,7 @@ class Template_Management_Controller extends REST_Controller {
|
|||||||
|
|
||||||
public function getListOfCategories_get()
|
public function getListOfCategories_get()
|
||||||
{
|
{
|
||||||
$fields = array('question_categroy_id','categroy_name');
|
$fields = array('question_category_id','category_name');
|
||||||
$where_condition_array = array('isactive' => 1);
|
$where_condition_array = array('isactive' => 1);
|
||||||
$result_data = $this->Template_Management_Model->selectCustomRecords($fields,$where_condition_array,QUESTIONCATEGORY);
|
$result_data = $this->Template_Management_Model->selectCustomRecords($fields,$where_condition_array,QUESTIONCATEGORY);
|
||||||
if(count($result_data))
|
if(count($result_data))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user