Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Sep 2006 12:38:20 +0000 (12:38 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Sep 2006 12:38:20 +0000 (12:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4664 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_ldap.inc

index 6473bc74e75623ad1a1877177f466e8553d86608..c4768ee776ecbc1ad26f93240366e4c5fb621056 100644 (file)
@@ -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";