summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a4c39b4)
raw | patch | inline | side by side (parent: a4c39b4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Apr 2008 06:47:03 +0000 (06:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Apr 2008 06:47:03 +0000 (06:47 +0000) |
-Menu folders can now be moved without losing applications.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10571 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10571 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc b/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc
index 785d203fd85c5816d0d2ce8c59abc3a779e86545..f98d9636701c8388e84474eea02cf6d36e20d9f1 100644 (file)
$new[] = $entry;
}
- $all[$folder_id]['ENTRIES'] = $new;
+ $all[$folder_id]['ENTRIES'] = &$new;
foreach($entries as $sub){
$this->_add_entry($entry['UNIQID'],$sub,-1);
}