Code

Remove error
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Jun 2006 06:56:08 +0000 (06:56 +0000)
committerhickert <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

index 0f4926c1e191e4516480bd00f32221f8b4fc0cf8..2662f02db9754f30344e24b14d9f36adc66a7f48 100644 (file)
@@ -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 */