? search_files-6.patch
Index: search_files.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/search_files/search_files.module,v
retrieving revision 1.18
diff -u -p -r1.18 search_files.module
--- search_files.module	20 Jun 2008 15:14:25 -0000	1.18
+++ search_files.module	13 Dec 2008 14:25:52 -0000
@@ -568,7 +568,7 @@ function search_files_settings() {
     '#title' => 'Search Label',
     '#type' => 'textfield',
     '#description' => 'What do you want the Search tab to be labeled?',
-    '#value' => variable_get('search_files_label', 'Server Files'),
+    '#default_value' => variable_get('search_files_label', 'Server Files'),
   );
   return system_settings_form($form);
 }
@@ -889,4 +889,4 @@ function search_files_get_file_extension
     $extensions[$helper->extension] = $helper->name;
   } 
   return $extensions;
-}
\ No newline at end of file
+}
