From 358bc4e177ecc198190396f3f922c4fa22e0aa15 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 15 Nov 2007 20:14:37 +0000 Subject: [PATCH] - Print a textarea for tinytext fields, instead of a textbox --- tableeditor.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tableeditor.class.php b/tableeditor.class.php index 80975da..992b663 100644 --- a/tableeditor.class.php +++ b/tableeditor.class.php @@ -406,6 +406,7 @@ class TableEditor switch($regs[1]) { case "text": + case "tinytext": $inputtype="textarea"; break; case "date":