When assigning and extension to a device set the display_name.

This commit is contained in:
Mark Crane
2014-10-28 03:26:01 +00:00
parent 98dfc4208b
commit f40194f219

View File

@@ -240,6 +240,7 @@ if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.
$sql_insert .= "device_line_uuid, ";
$sql_insert .= "domain_uuid, ";
$sql_insert .= "server_address, ";
$sql_insert .= "display_name, ";
$sql_insert .= "user_id, ";
$sql_insert .= "auth_id, ";
$sql_insert .= "password, ";
@@ -253,6 +254,7 @@ if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.
$sql_insert .= "'".$_SESSION['domain_name']."', ";
$sql_insert .= "'".$extension."', ";
$sql_insert .= "'".$extension."', ";
$sql_insert .= "'".$extension."', ";
$sql_insert .= "'".$password."', ";
$sql_insert .= "'".$line_number."' ";
$sql_insert .= ")";