mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update app_defaults.php
This commit is contained in:
@@ -96,7 +96,7 @@ if ($domains_processed == 1) {
|
|||||||
foreach ($vendor['functions'] as $function) {
|
foreach ($vendor['functions'] as $function) {
|
||||||
//get the id
|
//get the id
|
||||||
$device_vendor_function_uuid = uuid();
|
$device_vendor_function_uuid = uuid();
|
||||||
//add the device vendor funtction
|
//add the device vendor function
|
||||||
$sql = "insert into v_device_vendor_functions ";
|
$sql = "insert into v_device_vendor_functions ";
|
||||||
$sql .= "(";
|
$sql .= "(";
|
||||||
$sql .= "device_vendor_uuid, ";
|
$sql .= "device_vendor_uuid, ";
|
||||||
|
|||||||
Reference in New Issue
Block a user