Index: extlink.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/extlink/extlink.module,v
retrieving revision 1.3.2.4
diff -u -r1.3.2.4 extlink.module
--- extlink.module	14 Mar 2009 05:12:14 -0000	1.3.2.4
+++ extlink.module	5 Jun 2009 00:55:47 -0000
@@ -116,6 +116,7 @@
   $form['patterns']['extlink_exclude'] = array(
     '#type' => 'textfield',
     '#title' => t('Exclude links matching the pattern'),
+    '#maxlength' => NULL,
     '#default_value' => variable_get('extlink_exclude', ''),
     '#description' => t('Enter a regular expression for links that you wish to exclude from being considered external.'),
   );
@@ -123,6 +124,7 @@
   $form['patterns']['extlink_include'] = array(
     '#type' => 'textfield',
     '#title' => t('Include links matching the pattern'),
+    '#maxlength' => NULL,
     '#default_value' => variable_get('extlink_include', ''),
     '#description' => t('Enter a regular expression for internal links that you wish to be considered external.'),
   );
