Closed (duplicate)
Project:
Drupal core
Version:
4.2.0
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2003 at 21:52 UTC
Updated:
1 Jul 2003 at 22:48 UTC
But in the database, the max lenght for a title is 128.
Can we set it to 128 the the form?
$output .= form_textfield(t("Title"), "title", $edit->title, 60, 64, $error["title"]);
should be
$output .= form_textfield(t("Title"), "title", $edit->title, 60, 128, $error["title"]);
Comments
Comment #1
ax commenteddup of http://drupal.org/node/view/2018