Update app_defaults.php

This commit is contained in:
FusionPBX 2017-01-12 15:14:56 -07:00 committed by GitHub
parent fc0b617b4e
commit ebeef3a9cc
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
$array[$x]['default_setting_enabled'] = 'true';
$array[$x]['default_setting_description'] = '';
//get an array of the default settings
$sql = "select * from v_default_settings ";
$sql .= "where default_setting_category = 'cdr' ";
$prep_statement = $db->prepare(check_sql($sql));