diff --git a/include/testResults.php b/include/testResults.php index 943d4a5..47e6384 100644 --- a/include/testResults.php +++ b/include/testResults.php @@ -413,6 +413,11 @@ class testData{ echo ' '.$oTest->sInstalls.' ',"\n"; echo ' '.$oTest->sRuns.' ',"\n"; echo ' '.$oTest->sTestedRating.' ',"\n"; + if ($_SESSION['current']->hasAppVersionModifyPermission($oTest->iVersionId)) + { + echo '',"\n"; + echo 'Edit',"\n"; + } echo '',"\n"; }