1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

[ticket/12902] Remove duplicate entry in switch statement

PHPBB3-12902
This commit is contained in:
jeroendedauw 2014-07-31 20:22:41 +02:00 committed by Joas Schilling
parent 50d10c4efd
commit 626234aece

View File

@ -240,7 +240,6 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars)
case 'range':
case 'search':
case 'tel':
case 'url':
case 'week':
$size = (int) $tpl_type[1];
$maxlength = (int) $tpl_type[2];