appdb/include testResults.php
ChangeSet ID: 24008 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/04/05 21:02:52 Modified files: include : testResults.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> 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 Patch: http://cvs.winehq.org/patch.py?id=24008 Old revision New revision Changes Path 1.12 1.13 +1 -1 appdb/include/testResults.php Index: appdb/include/testResults.php diff -u -p appdb/include/testResults.php:1.12 appdb/include/testResults.php:1.13 --- appdb/include/testResults.php:1.12 6 Apr 2006 2: 2:52 -0000 +++ appdb/include/testResults.php 6 Apr 2006 2: 2:52 -0000 @@ -415,7 +415,7 @@ class testData{ echo ' <td>'.$oTest->sTestedRating.' </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";
participants (1)
-
WineHQ