Changeset 16553
- Timestamp:
- 06/09/08 11:00:18 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/type/image.php
r15585 r16553 1012 1012 $result = ''; 1013 1013 1014 if (!$this->attachments_info) 1014 if ( !$this->attachments_info 1015 || !isset($this->attachments_info['main'])) 1015 1016 { 1016 1017 return $result;
