Code

Removed uruguay from the list of supported languages
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Nov 2005 08:02:52 +0000 (08:02 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Nov 2005 08:02:52 +0000 (08:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1784 594d385d-05f5-0310-b6e9-bd551577e9d8

TODO
plugins/admin/ogroups/class_phonequeue.inc

diff --git a/TODO b/TODO
index 102769127551981136baeb3e7ecf0f050482520e..1833052674d9f8a030564d139be00afcc01186b0 100644 (file)
--- 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:
 ===============
index d10c3c747a58281d89d7002026ed1af54647306b..e0defdecf061ea02bc5c6eba9bc73337f508b889 100644 (file)
@@ -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){