From fc2837887c9b37de675d30d8e28789078553636f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 3 Jun 2017 10:57:06 -0600 Subject: [PATCH] Update app_config.php --- app/time_conditions/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/time_conditions/app_config.php b/app/time_conditions/app_config.php index dabda4c80a..ec3ceb35fa 100644 --- a/app/time_conditions/app_config.php +++ b/app/time_conditions/app_config.php @@ -27,7 +27,7 @@ $apps[$x]['destinations'][$y]['label'] = "time_conditions"; $apps[$x]['destinations'][$y]['name'] = "time_conditions"; $apps[$x]['destinations'][$y]['sql'] = "select dialplan_name as name, dialplan_number as destination, dialplan_context as context, dialplan_description as description from v_dialplans "; - $apps[$x]['destinations'][$y]['where'] = "where (domain_uuid = '\${domain_uuid}' or domain_uuid is null) and app_uuid = '4b821450-926b-175a-af93-a03c441818b1' and dialplan_enabled = "true" "; + $apps[$x]['destinations'][$y]['where'] = "where (domain_uuid = '\${domain_uuid}' or domain_uuid is null) and app_uuid = '4b821450-926b-175a-af93-a03c441818b1' and dialplan_enabled = 'true' "; $apps[$x]['destinations'][$y]['order_by'] = "dialplan_number asc"; $apps[$x]['destinations'][$y]['field']['context'] = "dialplan_context"; $apps[$x]['destinations'][$y]['field']['name'] = "dialplan_name";