mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update fax_send.php (#3392)
This commit is contained in:
committed by
FusionPBX
parent
d075353ce5
commit
243906c5f4
@@ -985,7 +985,7 @@ if (!$included) {
|
||||
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) {
|
||||
echo " <option value=\"".$contact_values[$index]."\">".$contact_label."</option>\n";
|
||||
echo " <option value=\"".escape($contact_values[$index])."\">".escape($contact_label)."</option>\n";
|
||||
}
|
||||
echo " </select>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user