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

fix

parent 4d4d876b
Branches
Tags
No related merge requests found
...@@ -1628,7 +1628,7 @@ BEGIN ...@@ -1628,7 +1628,7 @@ BEGIN
INSERT INTO `disciplines_teachers` INSERT INTO `disciplines_teachers`
( disciplines_teachers.DisciplineID, ( disciplines_teachers.DisciplineID,
disciplines_teachers.TeacherID ) disciplines_teachers.TeacherID )
VALUES ( DisciplineID, BindingTeacher ); VALUES ( DisciplineID, BindingTeacherID );
RETURN 1; RETURN 1;
END // END //
......
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