Update app_defaults.php

This commit is contained in:
FusionPBX
2019-10-28 16:34:45 -06:00
committed by GitHub
parent fc5e32dc19
commit c232710427

View File

@@ -26,8 +26,8 @@
if ($domains_processed == 1) {
//create the user view combines username, organization, contact first and last name
$database = new database;
//create a view for call block
$database = new database;
$database->execute("DROP VIEW view_call_block;", null);
$sql = "CREATE VIEW view_call_block AS ( \n";
$sql .= " select c.domain_uuid, call_block_uuid, c.extension_uuid, call_block_name, \n";