Changeset 1295 in subversion for trunk/roundcubemail/program/steps/mail/show.inc
- Timestamp:
- Apr 13, 2008 4:17:20 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/show.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/show.inc
r1291 r1295 54 54 55 55 // calculate Etag for this request 56 $etag = md5($MESSAGE['UID'].$mbox_name.session_id().intval($MESSAGE['headers']->mdn_sent).intval($MESSAGE[' is_safe']).intval($PRINT_MODE));56 $etag = md5($MESSAGE['UID'].$mbox_name.session_id().intval($MESSAGE['headers']->mdn_sent).intval($MESSAGE['headers']->seen).intval($MESSAGE['is_safe']).intval($PRINT_MODE)); 57 57 58 58 // allow caching, unless remote images are present
Note: See TracChangeset
for help on using the changeset viewer.
