From d0d189e7954bc87cee96a505b89fdf27f6e4ede4 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 13 Aug 2007 12:13:45 +0000 Subject: [PATCH] removed debug code git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7048 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_servGeneric.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; } } } -- 2.30.2