Update app_defaults.php
This commit is contained in:
parent
f5869d8049
commit
29bcbc44a1
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue