From 68fc63f2a61298cf27af96bdcc56b335d701d315 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 22 Mar 2004 07:59:10 +0000 Subject: [PATCH] change country to selectbox, to force use of the correct 2-digit iso-code --- calendar/inc/class.uiholiday.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uiholiday.inc.php b/calendar/inc/class.uiholiday.inc.php index 13840c24d6..3bd06dd91d 100755 --- a/calendar/inc/class.uiholiday.inc.php +++ b/calendar/inc/class.uiholiday.inc.php @@ -273,7 +273,7 @@ $t->set_var($var); // Locale - $this->display_item($t,lang('Country'),''); + $this->display_item($t,lang('Country'),$this->sb->form_select($holiday['locale'],'holiday[locale]')); // Title/Name $this->display_item($t,lang('title'),'');