Update tones.php

This commit is contained in:
FusionPBX 2018-03-29 19:26:01 -06:00 committed by GitHub
parent 9231c61be3
commit dbab857c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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