Update app_defaults.php
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
//add the sip profiles to the database
|
//add the sip profiles to the database
|
||||||
$sql = "select count(*) as num_rows from v_email_templates ";
|
$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));
|
$prep_statement = $db->prepare(check_sql($sql));
|
||||||
if ($prep_statement) {
|
if ($prep_statement) {
|
||||||
$prep_statement->execute();
|
$prep_statement->execute();
|
||||||
|
|||||||
Reference in New Issue
Block a user