Changeset 7ffc08c in github
- Timestamp:
- May 27, 2008 10:58:04 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 53873e3
- Parents:
- 7e9cecd
- File:
-
- 1 edited
-
program/steps/mail/upload.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/upload.inc
re345457 r7ffc08c 21 21 22 22 23 if (!$_SESSION['compose']) 24 { 25 exit; 26 } 23 if (!$_SESSION['compose']) { 24 die("Invalid session var!"); 25 } 27 26 28 27 … … 35 34 36 35 37 $response = ''; 36 // clear all stored output properties (like scripts and env vars) 37 $OUTPUT->reset(); 38 38 39 39 if (is_array($_FILES['_attachments']['tmp_name']))
Note: See TracChangeset
for help on using the changeset viewer.
