mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/12902] Remove duplicate entry in switch statement
PHPBB3-12902
This commit is contained in:
parent
50d10c4efd
commit
626234aece
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars)
|
||||||
case 'range':
|
case 'range':
|
||||||
case 'search':
|
case 'search':
|
||||||
case 'tel':
|
case 'tel':
|
||||||
case 'url':
|
|
||||||
case 'week':
|
case 'week':
|
||||||
$size = (int) $tpl_type[1];
|
$size = (int) $tpl_type[1];
|
||||||
$maxlength = (int) $tpl_type[2];
|
$maxlength = (int) $tpl_type[2];
|
||||||
|
|
Loading…
Add table
Reference in a new issue