1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12902] Remove duplicate entry in switch statement
This commit is contained in:
Joas Schilling 2014-08-02 13:46:22 +02:00
commit e0f5a37d81

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];