- Timestamp:
- 01/11/12 18:31:22 (5 months ago)
- File:
-
- 1 edited
-
tags/7.0/modules/boonex/forum/classes/Forum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/7.0/modules/boonex/forum/classes/Forum.php
r15852 r15868 2036 2036 $attachments = $this->fdb->getAttachments ($post_id); 2037 2037 foreach ($attachments as $file) { 2038 if (false !== array_search ($file['att_hash'], $p['existing_file'])) 2038 $mixedIndex = array_search ($file['att_hash'], $p['existing_file']); 2039 if (false !== $mixedIndex && null !== $mixedIndex) 2039 2040 continue; 2040 2041 $this->fdb->removeAttachment($file['att_hash']);
Note: See TracChangeset
for help on using the changeset viewer.