summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 86cb8b5)
raw | patch | inline | side by side (parent: 86cb8b5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Jun 2006 06:56:08 +0000 (06:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Jun 2006 06:56:08 +0000 (06:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3789 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 0f4926c1e191e4516480bd00f32221f8b4fc0cf8..2662f02db9754f30344e24b14d9f36adc66a7f48 100644 (file)
--- a/include/class_ldap.inc
+++ b/include/class_ldap.inc
@@ -1060,7 +1060,7 @@ function gen_xls ($dn, $filter= "(objectClass=*)", $attributes= array('*'), $rec
/* Delete existing entry */
if($delete){
- $this->rmdir_recursive($data['dn'])
+ $this->rmdir_recursive($data['dn']);
}
/* Create missing trees */