7 calls to db_fetch_object()
Search API
- admin.module in modules/
admin/ admin.module - The administrative configurations for FlightPath.
- admin_display_watchdog in modules/
admin/ admin.module - Displays recent watchdog entries, from the watchdog table
- admin_display_watchdog_entry in modules/
admin/ admin.module - Display the details of a particular watchdog entry, specified by its table id.
- db.inc in includes/
db.inc - This file contains mostly db shortcuts.
- fp_load_user in includes/
db.inc - Returns back a user object for this user_id. If the user is not found in the users table, it will return NULL. If the user_id requested is 0, the anonymous user object is returned.
- student_search.module in modules/
student_search/ student_search.module - student_search_display_majors_search in modules/
student_search/ student_search.module - Display the majors search sub-tab, where we can select a major and see the students assigned to it.
