changed the link from v_active_conferences.php to active_conferences.php
this fixes the old conference tool
This commit is contained in:
@@ -63,7 +63,7 @@ require_once "resources/paging.php";
|
|||||||
echo " <td align='left' colspan='2'>\n";
|
echo " <td align='left' colspan='2'>\n";
|
||||||
echo " ".$text['description']." \n";
|
echo " ".$text['description']." \n";
|
||||||
if (permission_exists('conference_active_advanced_view')) {
|
if (permission_exists('conference_active_advanced_view')) {
|
||||||
echo " Show <a href='".PROJECT_PATH."/app/conferences_active/v_conferences_active.php'>".$text['title-2']."</a> ".$text['description-2']."<br /><br />\n";
|
echo " Show <a href='".PROJECT_PATH."/app/conferences_active/conferences_active.php'>".$text['title-2']."</a> ".$text['description-2']."<br /><br />\n";
|
||||||
}
|
}
|
||||||
echo " </td>\n";
|
echo " </td>\n";
|
||||||
echo " </tr>\n";
|
echo " </tr>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user