mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Fix some of the elements in the contacts array.
This commit is contained in:
@@ -549,10 +549,10 @@ include "root.php";
|
||||
$contacts[$uuid]['contact_category'] = $row['contact_category'];
|
||||
$contacts[$uuid]['contact_organization'] = $row['contact_organization'];
|
||||
$contacts[$uuid]['contact_name_given'] = $row['contact_name_given'];
|
||||
$contacts[$uuid]['contact_name_family'] = $row['contact_name_given'];
|
||||
$contacts[$uuid]['contact_name_family'] = $row['contact_name_family'];
|
||||
$contacts[$uuid]['phone_label'] = $row['phone_label'];
|
||||
$contacts[$uuid]['phone_number'] = $row['phone_number'];
|
||||
$contacts[$uuid]['phone_extension'] = $row['contact_name_given'];
|
||||
$contacts[$uuid]['phone_extension'] = $row['phone_extension'];
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -587,10 +587,10 @@ include "root.php";
|
||||
$contacts[$uuid]['contact_category'] = $row['contact_category'];
|
||||
$contacts[$uuid]['contact_organization'] = $row['contact_organization'];
|
||||
$contacts[$uuid]['contact_name_given'] = $row['contact_name_given'];
|
||||
$contacts[$uuid]['contact_name_family'] = $row['contact_name_given'];
|
||||
$contacts[$uuid]['contact_name_family'] = $row['contact_name_family'];
|
||||
$contacts[$uuid]['phone_label'] = $row['phone_label'];
|
||||
$contacts[$uuid]['phone_number'] = $row['phone_number'];
|
||||
$contacts[$uuid]['phone_extension'] = $row['contact_name_given'];
|
||||
$contacts[$uuid]['phone_extension'] = $row['phone_extension'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user