From eff2190ac1853286c53e27628054aeb75fe5e1f6 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 18 Jan 2007 09:39:21 +0000 Subject: [PATCH] Added grade 4,5,6 to tour selection --- tours.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tours.class.php b/tours.class.php index ed8f42f..5c0c579 100644 --- a/tours.class.php +++ b/tours.class.php @@ -44,6 +44,9 @@ function tableEditorSetup($editor) /* Build an array of langauges that we support */ $gradechoices=array( + array('key' => 4, 'val' => "Grade 4"), + array('key' => 5, 'val' => "Grade 5"), + array('key' => 6, 'val' => "Grade 6"), array('key' => 7, 'val' => "Grade 7"), array('key' => 8, 'val' => "Grade 8"), array('key' => 9, 'val' => "Grade 9"),