Comment out unset autocomplete for the moment.

This commit is contained in:
markjcrane
2015-09-22 18:35:20 -06:00
parent a4b7af3560
commit d0c42fff37
+1 -1
View File
@@ -217,7 +217,7 @@ require_once "resources/require.php";
//array cleanup //array cleanup
$x = 0; $x = 0;
unset($_POST["autocomplete"]); //unset($_POST["autocomplete"]);
foreach ($_POST["device_lines"] as $row) { foreach ($_POST["device_lines"] as $row) {
//unset the empty row //unset the empty row
if (strlen($row["line_number"]) == 0) { if (strlen($row["line_number"]) == 0) {