Changes between Initial Version and Version 1 of Ticket #12238
- Timestamp:
- 03/26/2010 02:53:15 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12238
-
Property
Component
changed from
General
toMedia
-
Property
Milestone
changed from
Unassigned
to3.1
-
Property
Component
changed from
-
Ticket #12238 – Description
initial v1 1 1 It's useful to get all the data relating to an image via one source: 2 2 {{{ 3 3 /** 4 4 * returns an array containing attributes for an image stored in the database … … 22 22 return $imageObj; 23 23 } 24 }}}