From b9b08218ef9ad0166a653bc8d414306098282391 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Tue, 22 Sep 2015 18:35:20 -0600 Subject: [PATCH] Comment out unset autocomplete for the moment. --- app/devices/device_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 84c101e1ad..ea3dc1788a 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -217,7 +217,7 @@ require_once "resources/require.php"; //array cleanup $x = 0; - unset($_POST["autocomplete"]); + //unset($_POST["autocomplete"]); foreach ($_POST["device_lines"] as $row) { //unset the empty row if (strlen($row["line_number"]) == 0) {