From 35096d51c741982877d519eb2f77e78011493acc Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 1 Aug 2006 05:28:51 +0000 Subject: [PATCH] r1002: One small typo was causing severities to not be looked up correctly --- showhistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showhistory.php b/showhistory.php index 4178f82..55ba2ec 100644 --- a/showhistory.php +++ b/showhistory.php @@ -45,7 +45,7 @@ if (($bug['hidden'] AND !can_perform('canviewhidden', $bug['product'])) OR !can_ $lookupfields = array( 'status' => 'status', 'priority' => 'priority', - 'secerity' => 'severity', + 'severity' => 'severity', 'resolution' => 'resolution', 'version' => 'version', 'version' => 'version', -- 2.22.5