mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update phrase_edit.php
Remove phrase_xml better there is a better way to do this.
This commit is contained in:
@@ -103,9 +103,6 @@
|
||||
$sql .= "phrase_uuid, ";
|
||||
$sql .= "phrase_name, ";
|
||||
$sql .= "phrase_language, ";
|
||||
if (permission_exists('phrase_xml')) {
|
||||
$sql .= "phrase_xml, ";
|
||||
}
|
||||
$sql .= "phrase_enabled, ";
|
||||
$sql .= "phrase_description ";
|
||||
$sql .= ") ";
|
||||
@@ -115,9 +112,6 @@
|
||||
$sql .= "'".$phrase_uuid."', ";
|
||||
$sql .= "'".$phrase_name."', ";
|
||||
$sql .= "'".$phrase_language."', ";
|
||||
if (permission_exists('phrase_xml')) {
|
||||
$sql .= "'".$phrase_xml."', ";
|
||||
}
|
||||
$sql .= "'".$phrase_enabled."', ";
|
||||
$sql .= "'".$phrase_description."' ";
|
||||
$sql .= ") ";
|
||||
|
||||
Reference in New Issue
Block a user