summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 03e90e8)
raw | patch | inline | side by side (parent: 03e90e8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jun 2007 08:55:10 +0000 (08:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jun 2007 08:55:10 +0000 (08:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6612 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiManagement.inc | patch | blob | history |
index e95dc01c3ce685d2866f443ac2aa41faccffb344..1922b2aadf0e27d2ce4033b9dec16bf8a9eef020 100644 (file)
*/
$ldap->cat($mimesrc,array("dn")) ;
if($ldap->count()){
- $ldap->cd ($appdst);
+ $ldap->cd ($mimedst);
$ldap->recursive_remove();
$ldap->cd ($this->config->current['BASE']);
$ldap->copy_FAI_resource_recursive($mimesrc,$mimedst,$NewReleaseName,$type,true);