Update app_defaults.php
This commit is contained in:
parent
b190190070
commit
b6851e76cf
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
//add the sip profiles to the database
|
||||
$sql = "select count(*) as num_rows from v_email_templates ";
|
||||
$sql .= "where template_category = 'email' ";
|
||||
$sql .= "where template_category = 'voicemail' ";
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
if ($prep_statement) {
|
||||
$prep_statement->execute();
|
||||
|
|
|
|||
Loading…
Reference in New Issue