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 32f803a1b3
commit dd53b79396
1 changed files with 0 additions and 6 deletions

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