1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Added new failed-login-limit pref to default install. Some minor language-file cleanup.

This commit is contained in:
Cameron
2015-04-12 23:11:13 -07:00
parent 0d86f9a42f
commit a2fdd27d7b
5 changed files with 38 additions and 7 deletions

View File

@@ -3085,7 +3085,12 @@ class e_form
case 'tags':
case 'text':
if(!empty($parms['constant']))
{
$value = defset($value,$value);
}
if(vartrue($parms['truncate']))
{
$value = $tp->text_truncate($value, $parms['truncate'], '...');