From eeb44e402b11bd6d31865c963bbca5efab9b6278 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 7 May 2001 15:53:38 +0000 Subject: [PATCH] * Properly retains the mailbox when you use the HTML addressbook git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1342 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addrbook_search_html.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/addrbook_search_html.php b/src/addrbook_search_html.php index 63b3e4da..9ee5a53f 100644 --- a/src/addrbook_search_html.php +++ b/src/addrbook_search_html.php @@ -27,7 +27,7 @@ // Insert hidden data function addr_insert_hidden() { - global $body, $subject, $send_to, $send_to_cc, $send_to_bcc; + global $body, $subject, $send_to, $send_to_cc, $send_to_bcc, $mailbox; echo '' . "\n"; echo "' . "\n"; + echo "\n"; echo "\n"; } @@ -97,7 +99,8 @@ // --- End functions --- - displayPageHeader($color, 'None'); + global $mailbox; + displayPageHeader($color, $mailbox); // Initialize addressbook $abook = addressbook_init(); -- 2.25.1