Remove extra 'slash' in url that was causing all kinds of issues like users going to odd websites

after clicking on some links on the site
This commit is contained in:
Chris Morgan
2006-04-06 02:02:52 +00:00
committed by WineHQ
parent 4bd603af4f
commit 0d9766059c

View File

@@ -415,7 +415,7 @@ class testData{
echo ' <td>'.$oTest->sTestedRating.'&nbsp</td>',"\n"; echo ' <td>'.$oTest->sTestedRating.'&nbsp</td>',"\n";
if ($_SESSION['current']->hasAppVersionModifyPermission($oTest->iVersionId)) 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 'Edit</a></td>',"\n";
} }
echo '</tr>',"\n"; echo '</tr>',"\n";