From 6c8e2c44048194d2e443d93c802eba6f877eb7f8 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Sat, 29 Oct 2022 08:11:08 +0000 Subject: [PATCH] Flyhi_Controller.php edited online with Bitbucket --- api/application/controllers/Flyhi_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/Flyhi_Controller.php b/api/application/controllers/Flyhi_Controller.php index ae77fd06..06006c59 100644 --- a/api/application/controllers/Flyhi_Controller.php +++ b/api/application/controllers/Flyhi_Controller.php @@ -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; }