From 7ae30b9eb0c45efc67ec11ee3f7f0774bf666eef Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 12 Feb 2008 14:51:40 +0000 Subject: [PATCH] Fixed Problem from gosa-bugs@oss.gonicus.de 12.02.08 14:44:35 -Renaming of printers. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8872 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_printGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc index 9fd41e31b..5b85ad59f 100644 --- a/plugins/admin/systems/class_printGeneric.inc +++ b/plugins/admin/systems/class_printGeneric.inc @@ -833,7 +833,7 @@ class printgeneric extends plugin $ldap->add($this->attrs); $this->handle_post_events("add",array("macAddress" => $this->netConfigDNS->macAddress,"ipHostNumber" => $this->netConfigDNS->ipHostNumber)); } else { - if ($this->orig_dn != $this->dn){ + if (strtolower($this->dn) != strtolower($this->orig_dn)){ $this->move($this->orig_dn, $this->dn); } -- 2.30.2