7 calls to fp_get_student_majors()
Search API
- advise.module in modules/
advise/ advise.module - advise_display_popup_change_track in modules/
advise/ advise.module - advise_display_popup_change_track_non_dynamic_degree in modules/
advise/ advise.module - This is the "change track" popup we will display if the degree cannot be combined with anything else (non-dynamic).
- student_search.module in modules/
student_search/ student_search.module - student_search_query_advisees in modules/
student_search/ student_search.module - Accepts the SQL, plus an array of parameters compatible with our PDO set up. ex: $params[":name"] = "Bob" and $sql = " SELECT * where name = :name";
- _Student.php in classes/
_Student.php - _Student::load_student_data in classes/
_Student.php - This loads a student's personal data, like name and so forth.
