Update app_defaults.php

This commit is contained in:
FusionPBX
2019-02-14 10:27:20 -07:00
committed by GitHub
parent f620829fd7
commit 41336e191d

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();