Update tones.php

This commit is contained in:
FusionPBX
2018-03-29 19:26:01 -06:00
committed by GitHub
parent 946cad8829
commit 863c35f60c

View File

@@ -51,7 +51,7 @@ if (!class_exists('tones')) {
//get the tones
$sql = "select * from v_vars ";
$sql .= "where var_cat = 'Tones' ";
$sql .= "where var_category = 'Tones' ";
$sql .= "order by var_name asc ";
$prep_statement = $this->db->prepare(check_sql($sql));
$prep_statement->execute();