From 7ef6d9dcc3bff6ab60537dcad72cf1ca1f44daa0 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Sun, 4 Apr 2021 00:56:23 -0500 Subject: [PATCH] Minor - Flint fixes --- main/survey/survey_list.php | 1 - 1 file changed, 1 deletion(-) diff --git a/main/survey/survey_list.php b/main/survey/survey_list.php index 79edc9bfda..3c89414aee 100755 --- a/main/survey/survey_list.php +++ b/main/survey/survey_list.php @@ -506,7 +506,6 @@ if (isset($_POST['action']) && $_POST['action'] && isset($_POST['id']) && is_arr $coordinate = $page->getCellByColumnAndRow($lastColumn, 1)->getCoordinate(); $lastCoordinate = $coordinate; } - } }