Fix extra slash in url causing browsers to go to odd places when submitting changes to testing results

This commit is contained in:
Chris Morgan
2005-10-31 01:39:00 +00:00
committed by WineHQ
parent db1f434d6f
commit b7a68c68e2

View File

@@ -134,7 +134,7 @@ else
echo '<td>'.$oTest->sTestedRating.'&nbsp</td>',"\n";
if ($_SESSION['current']->hasAppVersionModifyPermission($oTest->iVersionId))
{
echo '<td><a href="'.BASE.'/admin/adminTestResults.php?sub=view&iTestingId='.$oTest->iTestingId.'">',"\n";
echo '<td><a href="'.BASE.'admin/adminTestResults.php?sub=view&iTestingId='.$oTest->iTestingId.'">',"\n";
echo 'Edit</a></td>',"\n";
}
echo '</tr>',"\n";