From 32860a8c85cf8c2a7720088ddfc3c53830871f38 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 2 Nov 2005 08:02:52 +0000 Subject: [PATCH] Removed uruguay from the list of supported languages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1784 594d385d-05f5-0310-b6e9-bd551577e9d8 --- TODO | 4 ++++ plugins/admin/ogroups/class_phonequeue.inc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 102769127..183305267 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,10 @@ Things to fix before 2.4: * FAI management - Add package configuration dialog +* Phones in ogroup's are not updated + +* Fix pictures in phone conferences + Target for 2.5: =============== diff --git a/plugins/admin/ogroups/class_phonequeue.inc b/plugins/admin/ogroups/class_phonequeue.inc index d10c3c747..e0defdecf 100644 --- a/plugins/admin/ogroups/class_phonequeue.inc +++ b/plugins/admin/ogroups/class_phonequeue.inc @@ -158,7 +158,7 @@ class phonequeue extends plugin $smarty= get_smarty(); - $smarty->assign("goFonQueueLanguageOptions",array('de'=>_('German'),'ur'=>_('Uruguai'))); + $smarty->assign("goFonQueueLanguageOptions",array('de'=>_('German'))); $smarty->assign("goFonQueueStrategyOptions", $this->goFonQueueStrategyOptions); foreach($this->attributes as $key => $val){ -- 2.30.2