mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 13:16:36 +02:00
Merge branch 'ticket/JeroenDeDauw/12902' into develop-ascraeus
* ticket/JeroenDeDauw/12902: [ticket/12902] Remove duplicate entry in switch statement
This commit is contained in:
@ -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];
|
||||||
|
Reference in New Issue
Block a user