mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Comment out unset autocomplete for the moment.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user