Closed pastly closed 7 years ago
This can be/will eventually be fixed when the people views are used. __db_get_person
(or its replacement) should only query the people table. To get the other information on a person (student status, position, etc.), the views should be used.
No longer a thing in 9ab77e081
It's because
__db_get_person
checks that only one row is returned, but two are.Very related: #14