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":