From b372381b8bed57b200d9df261e7872a728dea388 Mon Sep 17 00:00:00 2001 From: Olivier Sourie Date: Wed, 17 Oct 2007 15:52:11 +0200 Subject: [PATCH] [svn r13506] --- main/dropbox/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/dropbox/index.php b/main/dropbox/index.php index ed09967e25..8b98178e94 100644 --- a/main/dropbox/index.php +++ b/main/dropbox/index.php @@ -229,7 +229,7 @@ if (($_GET['action']=='deletereceivedcategory' OR $_GET['action']=='deletesentca // only the download has is handled separately in dropbox_init_inc.php because this has to be done before the headers are sent // (which also happens in dropbox_init.inc.php -if (!isset($_POST['feedback']) && $_POST['action'] == 'delete_received' OR $_POST['action'] == 'download_received' OR $_POST['action'] == 'delete_sent' OR $_POST['action'] == 'download_sent') +if (!isset($_POST['feedback']) && ($_POST['action'] == 'delete_received' OR $_POST['action'] == 'download_received' OR $_POST['action'] == 'delete_sent' OR $_POST['action'] == 'download_sent')) { $display_message=handle_multiple_actions(); Display :: display_normal_message($display_message);