1
0
Fork 0
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:
Robbie Antenesse 2016-02-29 14:43:41 -07:00
parent 39c095b023
commit d5a2596884

View file

@ -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'])) {