summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d6c14bd)
raw | patch | inline | side by side (parent: d6c14bd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 May 2010 12:23:47 +0000 (12:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 May 2010 12:23:47 +0000 (12:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18685 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/addons/propertyEditor/migration/class_migrateRDN.inc | patch | blob | history |
diff --git a/gosa-core/plugins/addons/propertyEditor/migration/class_migrateRDN.inc b/gosa-core/plugins/addons/propertyEditor/migration/class_migrateRDN.inc
index f4e17f4f9a806cda18add27f6f347aef5f1ad8a2..874970dddebb775b8334d69c220c2678ec0eee8b 100644 (file)
function checkForIssues()
{
- $this->found = array();
+ $this->found = array('add'=>array(), 'move' => array());
$ldap= $this->config->get_ldap_link();
$ldap->cd($this->config->current['BASE']);
$ldap2= $this->config->get_ldap_link();