From 25e57ed2f1a869eb4c6bd97c7085146458158776 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 6 Aug 2004 07:41:05 +0000 Subject: [PATCH] Form names = good git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7834 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index eb8c9ad3..cf0d3b2f 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -643,7 +643,7 @@ function formatMenubar($aMailbox, $passed_id, $passed_ent_id, $message, $removed if ( in_array('\\deleted', $aMailbox['PERMANENTFLAGS'],true) ) { // Form for deletion. Form is handled by the originating display in $where. This is right_main.php or search.php $delete_url = $base_uri . "src/$where"; - $menu_row .= '
'; + $menu_row .= ''; if (!(isset($passed_ent_id) && $passed_ent_id)) { $menu_row .= addHidden('mailbox', $aMailbox['NAME']); @@ -662,7 +662,7 @@ function formatMenubar($aMailbox, $passed_id, $passed_ent_id, $message, $removed if ( !(isset($passed_ent_id) && $passed_ent_id) && in_array('\\deleted', $aMailbox['PERMANENTFLAGS'],true) ) { - $menu_row .= ''. + $menu_row .= ''. ''. addHidden('mailbox',$aMailbox['NAME']) . -- 2.25.1