Update ringbacks.php

This commit is contained in:
FusionPBX 2018-04-10 20:13:38 -06:00 committed by GitHub
parent e2fbd6d2ea
commit 2178711775
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ if (!class_exists('ringbacks')) {
$text = $language->get();
//get the ringback types
/*
$sql = "select * from v_vars ";
$sql .= "where var_category = 'Ringtones' ";
$sql .= "order by var_name asc ";
@ -72,6 +73,7 @@ if (!class_exists('ringbacks')) {
}
$this->ringbacks = $ringback_list;
unset($ringback_list);
*/
//get the default_ringback label
/*