From 4bd603af4f4d09bc7b4567442cb5a0ac65d3d043 Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Mon, 3 Apr 2006 03:51:26 +0000 Subject: [PATCH] Give maintainers/administrators an easy way to edit test results --- include/testResults.php | 5 +++++ 1 file changed, 5 insertions(+) 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"; }