summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33c4005)
raw | patch | inline | side by side (parent: 33c4005)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Oct 2010 07:13:54 +0000 (07:13 +0000) | ||
committer | hickert <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
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 | patch | blob | history |
diff --git a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc
index 69c39c99d99bd4eb7c65abae3a709b603228436f..bc18be8c1d9573393c6e29437588677c49fdd241 100644 (file)
--- a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc
+++ b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc
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)) {