summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7903a11)
raw | patch | inline | side by side (parent: 7903a11)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Aug 2007 12:04:15 +0000 (12:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Aug 2007 12:04:15 +0000 (12:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7089 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/addons/gotomasses/class_goto_task.inc | patch | blob | history |
diff --git a/plugins/addons/gotomasses/class_goto_task.inc b/plugins/addons/gotomasses/class_goto_task.inc
index acaa0d4fa6e5127b7b42af73b45bf30c54d80489..d46010b9a16292c4bef87010f42fb7a785d0d8c6 100644 (file)
}
/* Create ogroup select list */
- $this->OGroups = array("keep_current" => "["._("Keep current")."]",
- "unset_membership" => "["._("Quit group membership")."]");
+ $this->OGroups = array("\"\"" => "["._("Keep current")."]");
$this->OGroups = array_merge($this->OGroups,$this->parent->get_object_groups());
/* Prepare list of available actions */