summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ebf30f2)
raw | patch | inline | side by side (parent: ebf30f2)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 14 Sep 2006 12:38:20 +0000 (12:38 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/include/class_ldap.inc b/include/class_ldap.inc
index 6473bc74e75623ad1a1877177f466e8553d86608..c4768ee776ecbc1ad26f93240366e4c5fb621056 100644 (file)
--- a/include/class_ldap.inc
+++ b/include/class_ldap.inc
$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";