From d0617bfcaf5e71c5824cd106c653ab596a7e0ba7 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 15 Feb 2015 20:41:39 +0000 Subject: [PATCH] Change device_key_line from text to numeric. --- app/devices/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index ef92ceaa24..924351b576 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -376,7 +376,7 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_line'; - $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_key_value';