9 calls to db_result()

admin_display_watchdog in modules/admin/admin.module
Displays recent watchdog entries, from the watchdog table
admin_edit_degree_form_submit in modules/admin/admin.degrees.inc
db_get_user_id in includes/db.inc
Look up the user_id based on the the user_name. Returns FALSE if it cannot find it.
db_get_user_id_from_cwid in includes/db.inc
system_login_form_validate in modules/system/system.module
Validate function for the login form. This is where we will do all of the lookups to verify username and password. If you want to write your own login handler (like for LDAP) this is the function you would duplicate in a custom module, then use…
user_edit_student_user_form_validate in modules/user/user.student.inc
Validate handler for editing student users.
user_edit_user_form_validate in modules/user/user.module
Validate handler for editing faculty users.
user_get_role_name in modules/user/user.module
Simple function to return the human-readable name for a role, by rid.
_DegreePlan::get_available_tracks in classes/_DegreePlan.php
Returns a simple array with values seperated by " ~~ " in this order: track_code ~~ track_title ~~ trackDesc ~~ track's degree id