From 97f598b45e6a0b18e282a0b09dbc2c8978e3c9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sun, 8 Jul 2007 17:37:33 +0000 Subject: [PATCH] Add 'delete' link to enable deleting testData --- include/testData.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/testData.php b/include/testData.php index 348dad6..442f727 100644 --- a/include/testData.php +++ b/include/testData.php @@ -514,7 +514,10 @@ class testData{ $oObject = new objectManager("testData"); echo 'iTestingId, "Edit Test Results").'">',"\n"; - echo 'Edit',"\n"; + echo 'Edit   ',"\n"; + echo 'Delete',"\n"; } echo '',"\n"; }