### Eclipse Workspace Patch 1.0
#P drupal5
Index: sites/all/modules/link/link.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/link/link.module,v
retrieving revision 1.20.2.32
diff -u -r1.20.2.32 link.module
--- sites/all/modules/link/link.module	21 Oct 2007 06:01:11 -0000	1.20.2.32
+++ sites/all/modules/link/link.module	31 Oct 2007 18:15:16 -0000
@@ -95,7 +95,7 @@
       $form['display']['url_cutoff'] = array(
         '#type' => 'textfield',
         '#title' => t('URL Display Cutoff'),
-        '#default_value' => $field['display']['url_cutoff'] ? $field['display']['url_cutoff'] : '80',
+        '#default_value' => isset($field['display']['url_cutoff']) ? $field['display']['url_cutoff'] : '80',
         '#description' => t('If the user does not include a title for this link, the URL will be used as the title. When should the link title be trimmed and finished with an elipsis (&hellip;)? Leave blank for no limit.'),
         '#maxlength' => 3,
         '#size' => 3,
