Update app_defaults.php

This commit is contained in:
FusionPBX 2019-02-14 10:27:20 -07:00 committed by GitHub
parent f5869d8049
commit 29bcbc44a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
//add the sip profiles to the database
$sql = "select count(*) as num_rows from v_email_templates ";
$sql .= "where template_category = 'voicemail' ";
$prep_statement = $db->prepare(check_sql($sql));
if ($prep_statement) {
$prep_statement->execute();