summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bdaf45c)
raw | patch | inline | side by side (parent: bdaf45c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Nov 2007 13:13:25 +0000 (13:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Nov 2007 13:13:25 +0000 (13:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7826 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/mimetypes/class_mimetypeManagement.inc | patch | blob | history |
diff --git a/plugins/admin/mimetypes/class_mimetypeManagement.inc b/plugins/admin/mimetypes/class_mimetypeManagement.inc
index e2dd047e29a8b3d73a30ee90b60ae37dbb3adfd0..61cde98e1566e174ffb02631f3d6fdfb2b267416 100755 (executable)
if ($s_action=="del_multiple"){
$ids = $this->list_get_selected_items();
+ $this->dns = array();
if(count($ids)){
foreach($ids as $id){
/* Cleanup object queue */
$this->CopyPasteHandler->cleanup_queue();
-
+ $this->start_pasting_copied_objects = FALSE;
+
/* Add new entries to CP queue */
foreach($this->list_get_selected_items() as $id){
$dn = $this->mimetypes[$id]['dn'];