Remove the v_ from v_conferences_active.php.

This commit is contained in:
Mark Crane 2012-09-13 08:23:54 +00:00
parent 9009ed0fbd
commit b0762b8638
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ require_once "includes/paging.php";
echo " <td align='left' colspan='2'>\n"; echo " <td align='left' colspan='2'>\n";
echo " Conferences is used to setup conference rooms with a name, description, and optional pin number. \n"; echo " Conferences is used to setup conference rooms with a name, description, and optional pin number. \n";
if (permission_exists('conferences_active_advanced_view')) { if (permission_exists('conferences_active_advanced_view')) {
echo " Show <a href='".PROJECT_PATH."/app/conferences_active/v_conferences_active.php'>Active Conferences</a> and then select a conference to monitor and interact with it.<br /><br />\n"; echo " Show <a href='".PROJECT_PATH."/app/conferences_active/conferences_active.php'>Active Conferences</a> and then select a conference to monitor and interact with it.<br /><br />\n";
} }
echo " </td>\n"; echo " </td>\n";
echo " </tr>\n"; echo " </tr>\n";