Fix Saving Allow Duplicates setting.
This commit is contained in:
parent
39c095b023
commit
d5a2596884
|
@ -142,7 +142,7 @@ function Update_Current_Dictionary() {
|
||||||
if (isset($_POST['nextwordid'])) {
|
if (isset($_POST['nextwordid'])) {
|
||||||
$query .= "`next_word_id`=" . $_POST['nextwordid'] . ", ";
|
$query .= "`next_word_id`=" . $_POST['nextwordid'] . ", ";
|
||||||
}
|
}
|
||||||
if (isset($_POST['allowDuplicates'])) {
|
if (isset($_POST['allowduplicates'])) {
|
||||||
$query .= "`allow_duplicates`=" . $_POST['allowduplicates'] . ", ";
|
$query .= "`allow_duplicates`=" . $_POST['allowduplicates'] . ", ";
|
||||||
}
|
}
|
||||||
if (isset($_POST['casesensitive'])) {
|
if (isset($_POST['casesensitive'])) {
|
||||||
|
|
Loading…
Reference in New Issue