Index: text.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/Attic/text.module,v
retrieving revision 1.41.2.16
diff -u -u -p -r1.41.2.16 text.module
--- text.module	21 Mar 2008 23:52:35 -0000	1.41.2.16
+++ text.module	8 May 2008 13:28:17 -0000
@@ -86,7 +86,7 @@ function text_field_settings($op, $field
         'option' => 'string',
         'help' => t('Set the option to the number of initial characters to filter by. Leave empty for full term; use 1 for an A/B/C style glossary.'),
       );
-      $arguments[$alias] = array_merge($arguments[$alias], $argument);
+      $arguments[$alias] = isset($arguments[$alias]) ? array_merge($arguments[$alias], $argument) : $argument;
       return $arguments;
 
     case 'filters':
