In Drupal 6 node titles can be 255 characters, however the FAPI definition for this field has a default maxlength of 128. This causes means valid titles longer than 128 characters cannot be saved.
Patch attached!
| Comment | File | Size | Author |
|---|---|---|---|
| short_title.patch | 631 bytes | gdd |
Comments
Comment #1
ChrisKennedy commentedMakes sense and I appreciate the patch. Committed! http://drupal.org/cvs?commit=183552
Also, just gave you commit access - thanks for the bug fixes.