Changes between Initial Version and Version 1 of Ticket #16891, comment 5
- Timestamp:
- 03/20/11 08:23:43 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16891, comment 5
initial v1 1 1 Thanks for providing the patch. I could apply the patch to my trunk testbed and can confirm that it fixes the issue. 2 2 3 In the review of the patch, I corrected a minor issue. Static variables are NULL by default (as any unset variable in PHP), there is no need to explicitly set them to NULL:3 In the review of the patch, I corrected a minor issue. Static variables are NULL by default, there is no need to explicitly set them to NULL: 4 4 5 5 `static $attachments = null;`
