Comment out the device_username and device_password this is defined instead via default settings.
This commit is contained in:
parent
202645e1d8
commit
00a10bc1eb
|
|
@ -185,16 +185,16 @@
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_username";
|
//$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]['name']['deprecated'] = "phone_username";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
//$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
//$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
//$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_password";
|
//$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]['name']['deprecated'] = "phone_password";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
//$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
//$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
//$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_time_zone";
|
$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]['name']['deprecated'] = "phone_time_zone";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue