Changeset 13414
- Timestamp:
- 11/13/07 14:36:39 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/type/blobs.php
r13194 r13414 280 280 foreach ($this->attachments as $identifier => $attachment) 281 281 { 282 if (!mgd_is_guid($attachment->guid)) 283 { 284 continue; 285 } 286 282 287 $data[] = "{$identifier}:{$attachment->guid}"; 283 288 }
