mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Update tones.php
This commit is contained in:
@@ -51,7 +51,7 @@ if (!class_exists('tones')) {
|
|||||||
|
|
||||||
//get the tones
|
//get the tones
|
||||||
$sql = "select * from v_vars ";
|
$sql = "select * from v_vars ";
|
||||||
$sql .= "where var_cat = 'Tones' ";
|
$sql .= "where var_category = 'Tones' ";
|
||||||
$sql .= "order by var_name asc ";
|
$sql .= "order by var_name asc ";
|
||||||
$prep_statement = $this->db->prepare(check_sql($sql));
|
$prep_statement = $this->db->prepare(check_sql($sql));
|
||||||
$prep_statement->execute();
|
$prep_statement->execute();
|
||||||
|
|||||||
Reference in New Issue
Block a user