mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update conference_rooms.php
This commit is contained in:
@@ -441,7 +441,7 @@
|
||||
else {
|
||||
echo " <td class='center'>0</td>\n";
|
||||
}
|
||||
echo " <td class='no-wrap'>\n";
|
||||
echo " <td class='no-link no-wrap'>\n";
|
||||
echo " <a href='".PROJECT_PATH."/app/conferences_active/conference_interactive.php?c=".urlencode($row['meeting_uuid'])."'>".$text['label-view']."</a> \n";
|
||||
echo " <a href='conference_sessions.php?id=".urlencode($row['meeting_uuid'])."'>".$text['label-sessions']."</a>\n";
|
||||
echo " </td>\n";
|
||||
|
||||
Reference in New Issue
Block a user