Update phrase_edit.php
Remove phrase_xml better there is a better way to do this.
This commit is contained in:
parent
32f803a1b3
commit
dd53b79396
|
|
@ -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 .= ") ";
|
||||
|
|
|
|||
Loading…
Reference in New Issue