aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authorjeroendedauw <jeroendedauw@gmail.com>2014-07-31 20:22:41 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-02 13:44:51 +0200
commit626234aece97388eb8262b85792df631f6f3de63 (patch)
tree8dff8af55ad0e5a702440bbbf133cf5d39414242 /phpBB/includes/functions_acp.php
parent50d10c4efdf88c7e63f8623f3ff0c589d2017876 (diff)
downloadforums-626234aece97388eb8262b85792df631f6f3de63.tar
forums-626234aece97388eb8262b85792df631f6f3de63.tar.gz
forums-626234aece97388eb8262b85792df631f6f3de63.tar.bz2
forums-626234aece97388eb8262b85792df631f6f3de63.tar.xz
forums-626234aece97388eb8262b85792df631f6f3de63.zip
[ticket/12902] Remove duplicate entry in switch statement
PHPBB3-12902
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-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];