- Print a textarea for tinytext fields, instead of a textbox

This commit is contained in:
dave 2007-11-15 20:14:37 +00:00
parent 418322f8fb
commit 358bc4e177

View File

@ -406,6 +406,7 @@ class TableEditor
switch($regs[1]) switch($regs[1])
{ {
case "text": case "text":
case "tinytext":
$inputtype="textarea"; $inputtype="textarea";
break; break;
case "date": case "date":