Bugfixes (#5949)
* Added missing parameter to send_email() * Preserving the call-center queue_record_template value when saving * Removed unused declarations using the commented-out $last_offered_call * Fix for redirecting to previous page after login, if set * Removed duplicate bugfix in /resources/login.php
This commit is contained in:
@@ -877,7 +877,7 @@
|
||||
$record_template = $_SESSION['switch']['recordings']['dir']."/".$_SESSION['domain_name']."/archive/\${strftime(%Y)}/\${strftime(%b)}/\${strftime(%d)}/\${uuid}.\${record_ext}";
|
||||
echo " <select class='formfld' name='queue_record_template'>\n";
|
||||
if (strlen($queue_record_template) > 0) {
|
||||
echo " <option value='".escape($record_template)."' selected='selected' >".$text['option-true']."</option>\n";
|
||||
echo " <option value='".escape($queue_record_template)."' selected='selected' >".$text['option-true']."</option>\n";
|
||||
}
|
||||
else {
|
||||
echo " <option value='".escape($record_template)."'>".$text['option-true']."</option>\n";
|
||||
|
||||
Reference in New Issue
Block a user