From ffaf16b1b6071f60e71aa669d0de2006b398d38e Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Thu, 9 Jan 2020 11:15:56 -0700 Subject: [PATCH] Update app_config.php (#5046) --- app/conference_controls/app_config.php | 1 - 1 file changed, 1 deletion(-) 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."; ?>