Changeset 4095 in subversion for trunk/roundcubemail/program/steps/mail/compose.inc
- Timestamp:
- Oct 14, 2010 1:33:11 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/compose.inc
r4080 r4095 461 461 else if (!empty($_SESSION['compose']['param']['from'])) 462 462 $from_id = $_SESSION['compose']['param']['from']; 463 else {463 else if (count($user_identities) > 1) { 464 464 $return_path = $MESSAGE->headers->others['return-path']; 465 465
Note: See TracChangeset
for help on using the changeset viewer.
