changed the link from v_active_conferences.php to active_conferences.php

this fixes the old conference tool
This commit is contained in:
Richard Neese
2014-01-24 21:51:01 +00:00
parent 11508403e2
commit b609e49620

View File

@@ -63,7 +63,7 @@ require_once "resources/paging.php";
echo " <td align='left' colspan='2'>\n";
echo " ".$text['description']." \n";
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 " </tr>\n";