mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-03-14 07:37:25 +01:00
Fix Saving Allow Duplicates setting.
This commit is contained in:
parent
39c095b023
commit
d5a2596884
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ function Update_Current_Dictionary() {
|
|||
if (isset($_POST['nextwordid'])) {
|
||||
$query .= "`next_word_id`=" . $_POST['nextwordid'] . ", ";
|
||||
}
|
||||
if (isset($_POST['allowDuplicates'])) {
|
||||
if (isset($_POST['allowduplicates'])) {
|
||||
$query .= "`allow_duplicates`=" . $_POST['allowduplicates'] . ", ";
|
||||
}
|
||||
if (isset($_POST['casesensitive'])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue