Project

General

Profile

« Previous | Next » 

Revision c941534a

Added by Lorna Morris about 12 years ago

fixed closing bracket

View differences:

7.x/modules/dwca_export/dwca_export.module
244 244
		
245 245
		//TODO: Change this - it's not very generic and will not work if we add new types to FILE_MAP
246 246
		if (($file_name == 'classification') || ($file_name == 'typesandspecimen') ||
247
				 ($file_name == 'reference') || ($file_name == 'image' || ($file_name == 'distribution')) {
247
				 ($file_name == 'reference') || ($file_name == 'image') || ($file_name == 'distribution')) {
248 248
			
249 249
			$file_map[$file_name]['out_file_url'] = $out_file_url;
250 250
			

Also available in: Unified diff