summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f137a9)
raw | patch | inline | side by side (parent: 8f137a9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Oct 2010 11:27:13 +0000 (11:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Oct 2010 11:27:13 +0000 (11:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20026 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc | patch | blob | history |
diff --git a/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc b/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidget.inc
index bf04f1b3a5540c00bdd89d116568581fd38f2760..af296f4f5c5d2dbc763b7d4ab6f4229cab781796 100644 (file)
*/
function setFolderList($arr)
{
- print_a($arr);
$this->buildRecursiveList($arr, $this->pathSeparator);
- print_a($this->folderList);
}