Update app_config.php (#5046)

This commit is contained in:
chansizzle 2020-01-09 11:15:56 -07:00 committed by FusionPBX
parent 8366887380
commit ffaf16b1b6
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "control_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the control.";
?>