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:
@@ -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'], '...');
|
||||
|
Reference in New Issue
Block a user