Update conference_interactive_inc.php
This commit is contained in:
parent
d342cc04d5
commit
9f70993ba8
|
|
@ -179,7 +179,7 @@
|
||||||
if (strlen($record_path) == 0) {
|
if (strlen($record_path) == 0) {
|
||||||
if (permission_exists('conference_interactive_mute')) {
|
if (permission_exists('conference_interactive_mute')) {
|
||||||
$action_mute = ($flag_can_speak == "true") ? 'mute' : 'unmute';
|
$action_mute = ($flag_can_speak == "true") ? 'mute' : 'unmute';
|
||||||
$td_onclick = "onclick=\"send_cmd('conference_exec.php?cmd=conference&name=".$conference_name."&data=".$action_mute."&id=".$id."');\"";
|
$td_onclick = "onclick=\"send_cmd('conference_exec.php?cmd=conference&name=".escape($conference_name)."&data=".$action_mute."&id=".escape($id)."');\"";
|
||||||
$td_title = "title=\"".$text['message-click_to_'.$action_mute]."\"";
|
$td_title = "title=\"".$text['message-click_to_'.$action_mute]."\"";
|
||||||
}
|
}
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue