Update music_on_hold.php
This commit is contained in:
parent
907de6cdb4
commit
50e2f59746
|
|
@ -54,7 +54,7 @@
|
||||||
$sql .= "or domain_uuid is null ";
|
$sql .= "or domain_uuid is null ";
|
||||||
}
|
}
|
||||||
$sql .= ") ";
|
$sql .= ") ";
|
||||||
$sql .= "order by domain_uuid desc, music_on_hold_rate asc, music_on_hold_name asc";
|
$sql .= "order by domain_uuid desc, music_on_hold_name asc, music_on_hold_rate asc";
|
||||||
$prep_statement = $db->prepare(check_sql($sql));
|
$prep_statement = $db->prepare(check_sql($sql));
|
||||||
$prep_statement->execute();
|
$prep_statement->execute();
|
||||||
$streams = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
$streams = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue