From: hickert Date: Mon, 13 Aug 2007 12:13:45 +0000 (+0000) Subject: removed debug code X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d0d189e7954bc87cee96a505b89fdf27f6e4ede4;p=gosa.git removed debug code git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7048 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_servGeneric.inc b/plugins/admin/systems/class_servGeneric.inc index c0f824bc4..55c4f425c 100644 --- a/plugins/admin/systems/class_servGeneric.inc +++ b/plugins/admin/systems/class_servGeneric.inc @@ -260,9 +260,8 @@ class servgeneric extends plugin 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; } } }