mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update app_defaults.php
Fix a sql error for ringtones.
This commit is contained in:
@@ -259,7 +259,6 @@ EOD;
|
||||
//migrate old ringtones
|
||||
$sql = "update v_vars ";
|
||||
$sql .= "set var_cat = 'Ringtones' ";
|
||||
$sql .= "set var_description = 'TWlncmF0ZWQgZnJvbSBEZWZhdWx0cw==' ";
|
||||
$sql .= "where var_name like '%-ring' ";
|
||||
$sql .= "and var_cat = 'Defaults' ";
|
||||
$sql .= "and var_description = '' ";
|
||||
|
||||
Reference in New Issue
Block a user