X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Faddrbook_search_html.php;h=f2bb292b1ea010ad24370cdd65fb0a9fcf16c062;hp=778333055deea84ce9fbcd6e574a61eeb6a33039;hb=a9805897ba12de9a63b9a435ccbb49a027d86e4a;hpb=79ba18dc89b1b096ecdf0b77169d57e0caf661db diff --git a/src/addrbook_search_html.php b/src/addrbook_search_html.php index 77833305..f2bb292b 100644 --- a/src/addrbook_search_html.php +++ b/src/addrbook_search_html.php @@ -6,7 +6,7 @@ * * This file is included from compose.php * - * @copyright 1999-2013 The SquirrelMail Project Team + * @copyright 1999-2014 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -43,7 +43,7 @@ sqgetGlobalVar('backend', $backend, SQ_POST); */ function addr_insert_hidden() { global $body, $subject, $send_to, $send_to_cc, $send_to_bcc, $mailbox, $mailprio, - $request_mdn, $request_dr, $identity, $session, $composeMessage; + $request_mdn, $request_dr, $identity, $session, $composeMessage, $action; //FIXME Do not echo HTML from the core. This file already uses templates mostly, so why are we echoing here at all?!? if (substr($body, 0, 1) == "\r") { @@ -56,6 +56,7 @@ function addr_insert_hidden() { echo addHidden('attachments', urlencode(serialize($composeMessage->entities))); echo addHidden('session', $session). + addHidden('smaction', $action). addHidden('subject', $subject). addHidden('send_to', $send_to). addHidden('send_to_bcc', $send_to_bcc).