aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-02 13:46:22 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-02 13:46:22 +0200
commite0f5a37d81fa20ef2c1c07af1563251680ec1f7e (patch)
tree261dd03593008a5648655c2daf5177b5b5780e71 /phpBB
parent69682372bbe9fef5bd0091a479a5857bbcdf41ed (diff)
parent66f859d109086257bbc1644ace7cc55c110528f1 (diff)
downloadforums-e0f5a37d81fa20ef2c1c07af1563251680ec1f7e.tar
forums-e0f5a37d81fa20ef2c1c07af1563251680ec1f7e.tar.gz
forums-e0f5a37d81fa20ef2c1c07af1563251680ec1f7e.tar.bz2
forums-e0f5a37d81fa20ef2c1c07af1563251680ec1f7e.tar.xz
forums-e0f5a37d81fa20ef2c1c07af1563251680ec1f7e.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12902] Remove duplicate entry in switch statement
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions_acp.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php
index 8453da6e6e..ad5a359710 100644
--- a/phpBB/includes/functions_acp.php
+++ b/phpBB/includes/functions_acp.php
@@ -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];