Changeset 267
- Timestamp:
- 08/20/08 09:43:15 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/camptocamp.org/apps/frontend/modules/documents/actions/actions.class.php
r263 r267 876 876 $this->associated_docs = Association::findAllWithBestName($id, $prefered_cultures); 877 877 878 $this->associated_images = Document::fetchAdditionalFieldsFor( 879 array_filter($this->associated_docs, array('c2cTools', 'is_image')), 880 'Image', array('filename')); 878 881 } 879 882
