Skip to content
Snippets Groups Projects
Commit c2e300d6 authored by PavelBegunkov's avatar PavelBegunkov
Browse files

fix

parent af8cc7d6
Branches
Tags
No related merge requests found
......@@ -1844,8 +1844,8 @@ BEGIN
LIMIT 1;
IF (checker = 0 AND ExamType = 'credit') OR
(checker = 1 AND ExamType = 'exam')
IF (checker = 1 AND ExamType = 'credit') OR
(checker = 0 AND ExamType = 'exam')
THEN
UPDATE `disciplines`
SET disciplines.ExamType = ExamType
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment