summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7eaef69)
raw | patch | inline | side by side (parent: 7eaef69)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Jun 2008 11:46:25 +0000 (11:46 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Jun 2008 11:46:25 +0000 (11:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11300 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/setup/class_setupStep_Migrate.inc | patch | blob | history |
diff --git a/gosa-core/setup/class_setupStep_Migrate.inc b/gosa-core/setup/class_setupStep_Migrate.inc
index c191ad00b45f0d4e2919f9d0f839c7875ef52526..344cdaf2c705e4317688a5f17ad65a16b186f175 100644 (file)
which configured parameter belongs to which application entry.
*/
$amap= array();
- $toto = array();
+ $todo = array();
$ldap->cd($cv['base']);
$ldap->search("(objectClass=gosaApplication)", array("cn", "gosaApplicationParameter"));
while($info = $ldap->fetch()){