Changes between Initial Version and Version 1 of Ticket #28782
- Timestamp:
- 07/07/2014 08:11:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28782
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #28782 – Description
initial v1 5 5 Current 6 6 Line: 483 7 {{{ 7 8 if ( !empty( $attachments ) ) { 8 9 foreach ( $attachments as $attachment ) { … … 14 15 } 15 16 } 16 17 }}} 17 18 Change 18 19 Line: 483 19 if ( !empty( $attachments ) ) { 20 {{{ 21 if ( !empty( $attachments ) ) { 20 22 foreach ( $attachments as $attachment ) { 21 23 try { … … 30 32 } 31 33 } 34 }}}