Index: apachesolr_attachments.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr_attachments/apachesolr_attachments.module,v
retrieving revision 1.13
diff -u -p -r1.13 apachesolr_attachments.module
--- apachesolr_attachments.module	27 Oct 2009 19:03:25 -0000	1.13
+++ apachesolr_attachments.module	27 Oct 2009 21:54:39 -0000
@@ -34,7 +34,7 @@ function apachesolr_attachments_default_
  * Displays the Attachment Settings Form.
 */
 function apachesolr_attachments_settings() {
-  $default = implode(apachesolr_attachments_default_excluded(), ' ');
+  $default = implode(' ', apachesolr_attachments_default_excluded());
   $form['apachesolr_attachment_excluded_extensions'] = array(
     '#type' => 'textfield',
     '#title' => t('Excluded file extensions'),
