Hello all!
http://img839.imageshack.us/img839/8241/stackoverflow.png
I created a new databese. There are 2 tables class and teacher. There is a field class_leader in the table class related with teacher_id from teacher. [1]
In PHPMyAdmin relationship looks like: [2]
Table teacher contains some records. [3]
When I add new records at table class: [4]
Why IDs in class_leader are doubled? [5] 
What does it means? What should i do?
Thanks for your help.