From 88f20dc1d962187eb9676e8b6353db2517c967f3 Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Tue, 29 Jul 2008 17:11:08 +0000 Subject: [PATCH] added allergies as a separate issue type for sports teams --- library/lists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/library/lists.inc b/library/lists.inc index cd4f945bb..ec89e7d84 100644 --- a/library/lists.inc +++ b/library/lists.inc @@ -23,6 +23,7 @@ else { // sports team version $ISSUE_TYPES = array( 'football_injury' => array('Football Injuries', 'Injury' , 'I', 2), 'medical_problem' => array('Medical Problems' , 'Problem' , 'P', 0), + 'allergy' => array('Allergies' , 'Allergy' , 'A', 1), 'general' => array('General' , 'General' , 'G', 1), ); } -- 2.11.4.GIT