From 2c60ccde4c246dfdedda2d0a2d03c0033c21e15b Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 11 Feb 2014 01:54:53 +0000 Subject: [PATCH] Comment out the device_username and device_password this is defined instead via default settings. --- app/devices/app_config.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index bd7c1d0e57..258b44efd1 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -185,16 +185,16 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_username"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_username"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_password"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_password"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; + //$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_username"; + //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_username"; + //$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + //$z++; + //$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_password"; + //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_password"; + //$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + //$z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_time_zone"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_time_zone"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";