summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eba1512)
raw | patch | inline | side by side (parent: eba1512)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Aug 2007 12:13:45 +0000 (12:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Aug 2007 12:13:45 +0000 (12:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7048 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_servGeneric.inc b/plugins/admin/systems/class_servGeneric.inc
index c0f824bc4dfa1b66d90ae0e61327fb75c6fd0cb9..55c4f425ca81c2b7722072c3e13d0f2d228fc71d 100644 (file)
while ($attrs= $ldap->fetch()){
if ($attrs['dn'] != $this->orig_dn){
if(!preg_match("/,ou=incoming,/",$attrs['dn']) && preg_match("/,ou=servers,ou=systems,/",$attrs['dn'])){
- echo $attrs['dn'];
- $message[]= sprintf (_("There is already an entry '%s' in the base choosen by you"), $this->cn);
- break;
+ $message[]= sprintf (_("There is already an entry '%s' in the base choosen by you"), $this->cn);
+ break;
}
}
}