[ebw@abenaki.wabanaki.net:409]% diff -c feedback.module feedback.module.fix
*** feedback.module Thu Apr 27 11:04:53 2006
--- feedback.module.fix Thu Apr 27 11:00:47 2006
***************
*** 305,311 ****
'#title' => t('Your Postal Address'),
'#default_value' => $edit['form_field_postal'],
'#size' => '50',
! '#maxlength' => '4',
);
if ( variable_get("feedback_field_phone", t('Phone Number')) )
--- 305,311 ----
'#title' => t('Your Postal Address'),
'#default_value' => $edit['form_field_postal'],
'#size' => '50',
! '#maxlength' => '64',
);
if ( variable_get("feedback_field_phone", t('Phone Number')) )
I'd submit the patch, except this is my first time suggesting a fix, however trivial and obvious, and getting cvs access does come first.
Comments
Comment #1
kbahey commentedThanks. Fixed in 4.7 and HEAD.
Comment #2
(not verified) commented