Update the links to the file names that have changed.

This commit is contained in:
Mark Crane
2012-09-13 08:17:15 +00:00
parent ac2b020581
commit 9009ed0fbd
4 changed files with 18 additions and 18 deletions
@@ -96,7 +96,7 @@ else {
echo "<tr>\n";
echo "<td valign='top' class='".$row_style[$c]."'>".$conference_display_name."</td>\n";
echo "<td valign='top' class='".$row_style[$c]."'>".$member_count."</td>\n";
echo "<td valign='top' class='".$row_style[$c]."'><a href='v_conference_interactive.php?c=".$conference_name."'>view</a></td>\n";
echo "<td valign='top' class='".$row_style[$c]."'><a href='conference_interactive.php?c=".$conference_name."'>view</a></td>\n";
echo "</tr>\n";
if ($c==0) { $c=1; } else { $c=0; }