Code

Removed fixme, we do not need to check the ogroup name.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 13 Oct 2010 07:13:54 +0000 (07:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 13 Oct 2010 07:13:54 +0000 (07:13 +0000)
-Folder names are UTf-8

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20012 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc

index 69c39c99d99bd4eb7c65abae3a709b603228436f..bc18be8c1d9573393c6e29437588677c49fdd241 100644 (file)
@@ -508,7 +508,6 @@ class GroupwareDistributionList extends plugin
         if(isset($this->parent->by_object['ogroup']->cn)){
             $this->cn = &$this->parent->by_object['ogroup']->cn;
         }
-        // Validate name later...  #FIXME
 
         // Validate email address
         if(!tests::is_email($this->primaryMailAddress)) {