Changeset 06dc983 in github for program/steps/mail/sendmail.inc


Ignore:
Timestamp:
Sep 16, 2011 1:53:35 PM (20 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
Children:
f7387d5
Parents:
612eeca
Message:

Fix session race conditions when composing new messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/sendmail.inc

    r5c2ac5f r06dc983  
    2828 
    2929$COMPOSE_ID = get_input_value('_id', RCUBE_INPUT_GPC); 
    30 $_SESSION['compose'] = $_SESSION['compose_data'][$COMPOSE_ID]; 
     30$_SESSION['compose'] = $_SESSION['compose_data_'.$COMPOSE_ID]; 
    3131 
    3232/****** checks ********/ 
Note: See TracChangeset for help on using the changeset viewer.