? .DS_Store ? tellafriend.361959.patch Index: tellafriend.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/tellafriend/tellafriend.module,v retrieving revision 1.11 diff -r1.11 tellafriend.module 92a93,100 > $form['tellafriend_general']['tellafriend_personal_message'] = array( > '#type' => 'textarea', > '#title' => t('Personal Message'), > '#default_value' => variable_get('tellafriend_personal_message', t('I found this great web site, which you should really check out!')), > '#size' => 70, > '#rows' => 5, > '#description' => t('A description or information shown above the Tell a friend form.'), > ); 265c273 < '#default_value' => t('I found this great web site, which you should really check out!'), --- > '#default_value' => variable_get('tellafriend_personal_message', 'I found this great web site, which you should really check out!'),