Fix Saving Allow Duplicates setting.

This commit is contained in:
Robbie Antenesse 2016-02-29 14:43:41 -07:00
parent 39c095b023
commit d5a2596884
1 changed files with 1 additions and 1 deletions

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