* Forgot to make $identity global -- bug fixed
[squirrelmail.git] / src / addrbook_search_html.php
index 87f1af216e66d29a0e18c4abf2714810d7b5b899..7a683a4800fd5ebfca7b4152cd8e7cd24e55b6ec 100644 (file)
@@ -27,7 +27,8 @@
 
    // Insert hidden data
    function addr_insert_hidden() {
-      global $body, $subject, $send_to, $send_to_cc, $send_to_bcc, $mailbox;
+      global $body, $subject, $send_to, $send_to_cc, $send_to_bcc, $mailbox,
+         $identity;
       
       echo '<input type=hidden value="';
       if (substr($body, 0, 1) == "\r")