From: hickert Date: Tue, 12 Feb 2008 14:51:40 +0000 (+0000) Subject: Fixed Problem from gosa-bugs@oss.gonicus.de 12.02.08 14:44:35 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7ae30b9eb0c45efc67ec11ee3f7f0774bf666eef;p=gosa.git 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 --- 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); }