diff --git a/app/conference_controls/app_config.php b/app/conference_controls/app_config.php index eb4313478d..e13b8ce0fe 100644 --- a/app/conference_controls/app_config.php +++ b/app/conference_controls/app_config.php @@ -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."; ?>