* Finally fixed that weird To/Cc/Bcc bug (it might be with PHP or browsers
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 23 Apr 2001 14:51:27 +0000 (14:51 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 23 Apr 2001 14:51:27 +0000 (14:51 +0000)
commitb87968812427ae41d8df87b6a919927809cebacb
tree22b482f34fbb35020c80e37ff9f2098765059556
parentf95d9e7b53d67bbf15be0894cd25acd1c656f0d7
* Finally fixed that weird To/Cc/Bcc bug (it might be with PHP or browsers
  or whatnot -- but this now works properly).

Bug description:
  - Add multiple people to your address book
  - Select lots for the To, and one for CC or BCC
  - When you return to the compose form, the To list would be right, but
    the CC and/or BCC list would have extra addresses appendeded.
  - Extremely weird.  Seemed to have a cascading affect, as though the CC
    array needed to be >= the to array, and likewise for the BCC >= CC size.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1296 7612ce4b-ef26-0410-bec9-ea0150e637f0
src/addrbook_search_html.php
src/compose.php