mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 09:33:48 +00:00
Update fax_send.php
This commit is contained in:
@@ -991,7 +991,9 @@ if (!$included) {
|
||||
$contact_values[] = $contact_option_value_faxnumber."|".$contact_option_value_recipient;
|
||||
unset($contact_option_label);
|
||||
}
|
||||
asort($contact_labels, SORT_NATURAL); // sort by name(s)
|
||||
if (is_array($contact_labels)) {
|
||||
asort($contact_labels, SORT_NATURAL); // sort by name(s)
|
||||
}
|
||||
echo " <select class='formfld' style='display: none;' id='fax_recipient_select' onchange='contact_load(this);'>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
foreach ($contact_labels as $index => $contact_label) {
|
||||
|
||||
Reference in New Issue
Block a user