summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3d75206)
raw | patch | inline | side by side (parent: 3d75206)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Aug 2007 07:50:14 +0000 (07:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Aug 2007 07:50:14 +0000 (07:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7096 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/addons/gotomasses/class_gotomasses.inc | patch | blob | history |
diff --git a/plugins/addons/gotomasses/class_gotomasses.inc b/plugins/addons/gotomasses/class_gotomasses.inc
index 540e0d9f7abc9ef8ac711a711889c222765dd86d..e9fb357c878b62605f99c71dc4f72d09646570bf 100644 (file)
if(count($this->ids_to_remove) && isset($_POST['delete_multiple_confirm'])){
foreach($this->ids_to_remove as $id){
if(isset($this->tasks[$id])){
- unset($this->tasks);
+ unset($this->tasks[$id]);
}
}
}