From 930f4c70ed7acca6a85e95e00c6562c25e0d67a2 Mon Sep 17 00:00:00 2001
From: Senky <jakubsenko@gmail.com>
Date: Tue, 21 May 2013 11:55:45 +0200
Subject: [ticket/11010] resolving latest comments

PHPBB3-11010
---
 phpBB/includes/functions_acp.php | 1 -
 1 file changed, 1 deletion(-)

(limited to 'phpBB/includes/functions_acp.php')

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];
-- 
cgit v1.2.1