mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 09:33:48 +00:00
Fix the insert for the new field.
This commit is contained in:
@@ -258,6 +258,7 @@ require_once "resources/require.php";
|
||||
$sql .= "device_uuid, ";
|
||||
$sql .= "device_key_uuid, ";
|
||||
$sql .= "device_key_id, ";
|
||||
$sql .= "device_key_category, ";
|
||||
$sql .= "device_key_type, ";
|
||||
$sql .= "device_key_value, ";
|
||||
$sql .= "device_key_label ";
|
||||
@@ -268,6 +269,7 @@ require_once "resources/require.php";
|
||||
$sql .= "'$device_uuid', ";
|
||||
$sql .= "'".uuid()."', ";
|
||||
$sql .= "'$device_key_id', ";
|
||||
$sql .= "'$device_key_category', ";
|
||||
$sql .= "'$device_key_type', ";
|
||||
$sql .= "'$device_key_value', ";
|
||||
$sql .= "'$device_key_label' ";
|
||||
|
||||
Reference in New Issue
Block a user