FI Photograph Index mismatched : ps

This commit is contained in:
gandhimathi 2022-09-26 12:30:21 +00:00
parent ea5fed416a
commit 303051c7ca

View File

@ -1837,7 +1837,7 @@ class Template_Management_Controller extends REST_Controller {
for($l=0; $l<count($thrid_arr); $l++){
if(isset($thrid_arr[$l]['is_multiple']) && $thrid_arr[$l]['is_multiple'] == 0 && $thrid_arr[$l]['answer_value'] == "saved"){
for($j=0; $j<count($pd_docs); $j++){
$question = $thrid_arr[$l]['question'].' '.($l+1);
$question = $thrid_arr[$l]['question'].' '.($k+1);
// echo "\n";
if($pd_docs[$j]['image_key'] == $thrid_arr[$l]['question_key'] && $pd_docs[$j]['pd_document_title'] == $question){
// $thrid_arr[$l]['answer_value'] = $pd_docs[$j]['doc_url'];