summaryrefslogtreecommitdiff
path: root/lib/deck/mvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deck/mvent.php')
-rw-r--r--lib/deck/mvent.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/deck/mvent.php b/lib/deck/mvent.php
index d4571e9..10d585a 100644
--- a/lib/deck/mvent.php
+++ b/lib/deck/mvent.php
@@ -26,6 +26,7 @@ if ($pos > $mn) {
sql("UPDATE cards SET number = number - 1 WHERE number > " . $card['number']);
sql("UPDATE cards SET number = number + 1 WHERE number >= $pos");
sql("UPDATE cards SET number = $pos WHERE id = $cardid");
+ sql("UPDATE deck_study SET need_check = 1 WHERE deck = $deckid");
header("Location: view-deck-$deckid");
}