Comment out unset autocomplete for the moment.

This commit is contained in:
markjcrane
2015-09-22 18:35:20 -06:00
parent 4107bd0826
commit b9b08218ef

View File

@@ -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) {