Merge branch 'master' of bitbucket.org:venbaittech/sparqapi

This commit is contained in:
VE10-Sanjeev 2022-10-29 14:34:43 +05:30
commit fef1bd4b45

View File

@ -640,7 +640,7 @@ class Flyhi_Controller extends REST_Controller {
}
}
}
print_r($photo_questions);die;
//print_r($photo_questions);die;
$photo_questions = json_encode($photo_questions);
$section_data[0]['section_data'] = $photo_questions;
}