diff --git a/www/aptui/manage_profile.ajax b/www/aptui/manage_profile.ajax index bc75b85ce25a22550fbef2f55b3ecaa2bca6a1d8..c2adad81c207b2092aa654b0e6222a93ed956199 100644 --- a/www/aptui/manage_profile.ajax +++ b/www/aptui/manage_profile.ajax @@ -505,7 +505,7 @@ function Do_CheckForm($formfields, $profile, &$rval) } } else { - if (!TBcheck_dbslot($val, "default", "tinytext", + if (!TBcheck_dbslot($val, "default", "text", TBDB_CHECKDBSLOT_WARN|TBDB_CHECKDBSLOT_ERROR)) { $errors[$name] = TBFieldErrorString(); }