From: hickert Date: Tue, 21 Aug 2007 12:04:15 +0000 (+0000) Subject: Removed reset ogroup and set Keep ogroup index to "" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ba6daa9a965b97d6e79fde9c0ea6468914231da7;p=gosa.git Removed reset ogroup and set Keep ogroup index to "" git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7089 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/addons/gotomasses/class_goto_task.inc b/plugins/addons/gotomasses/class_goto_task.inc index acaa0d4fa..d46010b9a 100644 --- a/plugins/addons/gotomasses/class_goto_task.inc +++ b/plugins/addons/gotomasses/class_goto_task.inc @@ -45,8 +45,7 @@ class goto_task extends plugin } /* 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 */