From ad474c3de8811343280b674d74f8829d9817b4f2 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 14 Sep 2006 12:38:20 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4664 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.30.2