Update call_block_edit.php
This commit is contained in:
@@ -357,7 +357,7 @@
|
|||||||
else {
|
else {
|
||||||
echo " <option value='hold'>".$text['label-hold']."</option>\n";
|
echo " <option value='hold'>".$text['label-hold']."</option>\n";
|
||||||
}
|
}
|
||||||
/*
|
if (permission_exists('call_block_extension')) {
|
||||||
if (is_array($extensions) && sizeof($extensions) != 0) {
|
if (is_array($extensions) && sizeof($extensions) != 0) {
|
||||||
echo " <optgroup label='".$text['label-extension']."'>\n";
|
echo " <optgroup label='".$text['label-extension']."'>\n";
|
||||||
foreach ($extensions as &$row) {
|
foreach ($extensions as &$row) {
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
}
|
}
|
||||||
echo " </optgroup>\n";
|
echo " </optgroup>\n";
|
||||||
}
|
}
|
||||||
*/
|
}
|
||||||
if (permission_exists('call_block_voicemail')) {
|
if (permission_exists('call_block_voicemail')) {
|
||||||
if (is_array($voicemails) && sizeof($voicemails) != 0) {
|
if (is_array($voicemails) && sizeof($voicemails) != 0) {
|
||||||
echo " <optgroup label='".$text['label-voicemail']."'>\n";
|
echo " <optgroup label='".$text['label-voicemail']."'>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user