alecpl
2011-12-02 2a7bf36c733adf0702ad9a432cb98be1e86da1c1
- Fix compose from addressbook, broken in r5521


1 files modified
4 ■■■■ changed files
program/steps/mail/compose.inc 4 ●●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -346,9 +346,9 @@
  // we have a set of recipients stored is session
  if ($header == 'to' && ($mailto_id = $COMPOSE['param']['mailto'])
      && $COMPOSE[$mailto_id]
      && $_SESSION['mailto'][$mailto_id]
  ) {
    $fvalue = urldecode($COMPOSE[$mailto_id]);
    $fvalue = urldecode($_SESSION['mailto'][$mailto_id]);
    $decode_header = false;
  }
  else if (!empty($_POST['_'.$header])) {