diff options
author | Senky <jakubsenko@gmail.com> | 2013-05-21 11:55:45 +0200 |
---|---|---|
committer | Senky <jakubsenko@gmail.com> | 2013-05-21 11:55:45 +0200 |
commit | 930f4c70ed7acca6a85e95e00c6562c25e0d67a2 (patch) | |
tree | 160737f083a95be90dc8f486a10a7d26288b2b5e /phpBB/includes/functions_acp.php | |
parent | 3e64c1b5d77dd4333c94c3688e0ba47ca7dcf328 (diff) | |
download | forums-930f4c70ed7acca6a85e95e00c6562c25e0d67a2.tar forums-930f4c70ed7acca6a85e95e00c6562c25e0d67a2.tar.gz forums-930f4c70ed7acca6a85e95e00c6562c25e0d67a2.tar.bz2 forums-930f4c70ed7acca6a85e95e00c6562c25e0d67a2.tar.xz forums-930f4c70ed7acca6a85e95e00c6562c25e0d67a2.zip |
[ticket/11010] resolving latest comments
PHPBB3-11010
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r-- | phpBB/includes/functions_acp.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index f384d242ce..ff0e2a1ac1 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -260,7 +260,6 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars) case 'range': case 'search': case 'tel': - case 'time': case 'url': case 'week': $size = (int) $tpl_type[1]; |