1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-26 01:11:28 +02:00

#5176 "ip" text box 45 characters

CLOSES #5176
This commit is contained in:
Jimako
2024-01-30 10:38:42 +01:00
committed by Nick L
parent d1f1b9e7cc
commit fa62e89a5f
2 changed files with 2 additions and 2 deletions

View File

@@ -6615,7 +6615,7 @@ var_dump($select_options);*/
break;
case 'ip':
$ret = vartrue($parms['pre']).$this->text($key, e107::getIPHandler()->ipDecode($value), 32, $parms).vartrue($parms['post']);
$ret = vartrue($parms['pre']).$this->text($key, e107::getIPHandler()->ipDecode($value), 45, $parms).vartrue($parms['post']);
break;
case 'email':

File diff suppressed because one or more lines are too long