Update app_defaults.php

This commit is contained in:
FusionPBX 2019-10-28 16:34:45 -06:00 committed by GitHub
parent b876c36319
commit 9cb0c210ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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";