summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f154e64)
raw | patch | inline | side by side (parent: f154e64)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Apr 2008 13:00:32 +0000 (13:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Apr 2008 13:00:32 +0000 (13:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10538 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/class_gotomasses.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/class_gotomasses.inc b/gosa-plugins/goto/addons/goto/class_gotomasses.inc
index dc965096a2666ad607a319936a1ea35240533f80..491f17c6a99d601311897b5690ad90d98943fae0 100644 (file)
/* Assign entries by id.
*/
$this->entries = array();
- //print_a($entries);
+
foreach($entries as $entry){
$this->entries[$entry['ID']]= $entry;
}