From d017514eba70ea4041218b943f01721cfd6e9b64 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 2 Jul 2003 17:09:09 +0000 Subject: - Improvement: made it possible to translate the forum module. Patch #53 by Stefan. - Improvement: some small changes to the user module to ease translation and to make things slightly more consistent. This should be a better alternative for patch #54. - Improvement: increase the maxlength of the node title. This should fix bug #2018 and #2176. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index de4dc46be..a8e59ce53 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1064,7 +1064,7 @@ function node_form($edit, $error = NULL) { ** Add the default fields: */ $output .= "
"; - $output .= form_textfield(t("Title"), "title", $edit->title, 60, 64, $error["title"]); + $output .= form_textfield(t("Title"), "title", $edit->title, 60, 128, $error["title"]); /* ** Add the node specific fields: -- cgit v1.2.3