16 calls to db_result()
Search API
- admin.degrees.inc in modules/
admin/ admin.degrees.inc - 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_edit_degree_form_submit in modules/
admin/ admin.degrees.inc - db.inc in includes/
db.inc - This file contains mostly db shortcuts.
- 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.module in modules/
system/ system.module - 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.module in modules/
user/ user.module - user.student.inc in modules/
user/ user.student.inc - Keep track of functions dealing specifically with student user management
- 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.php in classes/
_DegreePlan.php - _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
