Changeset 13414

Show
Ignore:
Timestamp:
11/13/07 14:36:39 (1 year ago)
Author:
adrenalin
Message:

Bulletproofing attachment handling.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/type/blobs.php

    r13194 r13414  
    280280        foreach ($this->attachments as $identifier => $attachment) 
    281281        { 
     282            if (!mgd_is_guid($attachment->guid)) 
     283            { 
     284                continue; 
     285            } 
     286             
    282287            $data[] = "{$identifier}:{$attachment->guid}"; 
    283288        }