From 65c0d246a6c6968cd78e6da937b27bb44f08bbf7 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 13 Oct 2010 07:13:54 +0000 Subject: [PATCH] Removed fixme, we do not need to check the ogroup name. -Folder names are UTf-8 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20012 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../class_GroupwareDistributionList.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc index 69c39c99d..bc18be8c1 100644 --- a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc +++ b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc @@ -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)) { -- 2.30.2