From 0707279dec458c7c6a69b9a7359d22a89f2817d1 Mon Sep 17 00:00:00 2001 From: Mateusz Uzdowski Date: Tue, 24 Nov 2009 20:11:50 +0000 Subject: [PATCH] MINOR: extending Title to 255 characters to be in line with the Title on EditableFormField (caused internal server errors on MSSQL if the title was longer than 50) --- code/submissions/SubmittedFormField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/submissions/SubmittedFormField.php b/code/submissions/SubmittedFormField.php index 8ae6887..540b5bd 100755 --- a/code/submissions/SubmittedFormField.php +++ b/code/submissions/SubmittedFormField.php @@ -9,7 +9,7 @@ class SubmittedFormField extends DataObject { static $db = array( "Name" => "Varchar", "Value" => "Text", - "Title" => "Varchar" + "Title" => "Varchar(255)" ); static $has_one = array(