Update call_center_queue_edit.php
This commit is contained in:
parent
bfa5492e21
commit
d9c3779c47
|
|
@ -725,12 +725,6 @@
|
|||
}
|
||||
echo "</optgroup>\n";
|
||||
}
|
||||
if (if_group("superadmin")) {
|
||||
if (!$selected && strlen($queue_greeting) > 0) {
|
||||
echo " <option value='".escape($queue_greeting)."' selected='selected'>".escape($queue_greeting)."</option>\n";
|
||||
}
|
||||
unset($selected);
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-greeting']."\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue