From: cajus Date: Wed, 2 Nov 2005 08:02:52 +0000 (+0000) Subject: Removed uruguay from the list of supported languages X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=32860a8c85cf8c2a7720088ddfc3c53830871f38;p=gosa.git Removed uruguay from the list of supported languages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1784 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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){