From: cajus Date: Thu, 14 Sep 2006 12:38:20 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ad474c3de8811343280b674d74f8829d9817b4f2;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4664 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_ldap.inc b/include/class_ldap.inc index 6473bc74e..c4768ee77 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -399,7 +399,7 @@ class LDAP{ $start= microtime(); $r = @ldap_delete($this->cid, $this->fix($deletedn)); $this->error = @ldap_error($this->cid); - $this->log("LDAP operation: time=".get_MicroTimeDiff($start,microtime())." operation=delete('".$this->fix($delettedn)."')"); + $this->log("LDAP operation: time=".get_MicroTimeDiff($start,microtime())." operation=delete('".$this->fix($deletedn)."')"); return($r ? $r : 0); }else{ $this->error = "Could not connect to LDAP server";