From 8799cf8d633dedddaaa452c808c224e2fc033f5e Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 23 Jan 2013 15:12:58 +0100 Subject: [PATCH] Changed the max length of the title from 32 to 50 chars. --- htdocs/application/controllers/main.php | 2 +- htdocs/application/views/defaults/paste_form.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/application/controllers/main.php b/htdocs/application/controllers/main.php index 57dff20..414c0ec 100755 --- a/htdocs/application/controllers/main.php +++ b/htdocs/application/controllers/main.php @@ -89,7 +89,7 @@ class Main extends CI_Controller ) , 'title' => array( 'type' => 'VARCHAR', - 'constraint' => 32, + 'constraint' => 50, ) , 'name' => array( 'type' => 'VARCHAR', diff --git a/htdocs/application/views/defaults/paste_form.php b/htdocs/application/views/defaults/paste_form.php index dcbf47c..251ede7 100644 --- a/htdocs/application/views/defaults/paste_form.php +++ b/htdocs/application/views/defaults/paste_form.php @@ -30,7 +30,7 @@ Give your paste a title. - +