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

fix

parent 5aeedb34
Branches
Tags
No related merge requests found
...@@ -1060,7 +1060,7 @@ BEGIN ...@@ -1060,7 +1060,7 @@ BEGIN
INNER JOIN `specializations` ON study_groups.SpecializationID = specializations.ID AND INNER JOIN `specializations` ON study_groups.SpecializationID = specializations.ID AND
FacultyID = specializations.FacultyID FacultyID = specializations.FacultyID
WHERE study_groups.GradeID = GradeID AND WHERE study_groups.GradeID = GradeID AND
study_groups.GroupNum = GroupN study_groups.ID = GroupN
LIMIT 1; LIMIT 1;
IF StudyGroupID <= 0 THEN IF StudyGroupID <= 0 THEN
RETURN -1; RETURN -1;
......
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