Update phrase_edit.php

Remove phrase_xml better there is a better way to do this.
This commit is contained in:
FusionPBX
2016-07-24 00:12:00 -06:00
committed by GitHub
parent 92f9f45e6c
commit 847d8739e9

View File

@@ -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 .= ") ";