commit: imp compose.php

max@horde.org max@horde.org
25 Apr 2001 23:42:34 -0000


max         2001/04/25 16:42:34 PDT

  Modified files:
    .                    compose.php 
  Log:
  - fix register_globals = off for attachments_* in SEND_MESSAGE
  
  - fix Cc: and Bcc: not being set if To: is set
    (To: condition satisfied the || and PHP didn't need to proceed)
  
  - move the code which sets the \\ANSWERED flag on the replied message to
    after the $mailer->send() call so that if there are any errors, the
    original message isn't flag right away
  
  Revision  Changes    Path
  2.288     +20 -18    imp/compose.php