24 calls to fp_load_user()

alerts_advisees_alerts_form in modules/alerts/alerts.module
Displays alerts for our various advisees.
calendar_confirm_cancel_appointment_form_submit in modules/calendar/calendar.module
calendar_display_schedule_appointment_page in modules/calendar/calendar.module
This is the page which lets students schedule an appointment with the faculty member supplied in the user_id.
calendar_find_and_remind_notify_upcoming_appointments in modules/calendar/calendar.module
This function will find appointments approaching within X number of minutes, and send out notifications to all involved.
calendar_schedule_appointment_confirm_form in modules/calendar/calendar.module
The confirmation form the user will see once they have made their schedule selections.
calendar_schedule_appointment_confirm_form_submit in modules/calendar/calendar.module
We passed validation, it's time to actually submit now!
calendar_schedule_appointment_confirm_form_validate in modules/calendar/calendar.module
This is our last chance to validate the form before saving.
content_display_content_admin_list in modules/content/content.module
Display a list of content for the administrator
content_view_content in modules/content/content.module
Display the content specified in the GET's cid.
engagements_display_main in modules/engagements/engagements.module
displays the main Engagements tab, which shows the history of past engagements.
engagements_form_alter in modules/engagements/engagements.module
Implements hook_form_alter
engagements_imap_get_all_received_messages in modules/engagements/engagements.module
Connect to our imap server, download all received messages from students (or others). We will then delete them, so they don't get read twice.
engagements_mass_sms_perform_batch_operation in modules/engagements/engagements.module
fp_get_user_timezone in includes/db.inc
Returns back the timezone for this user, if selected. If not, we return back the system timezone.
fp_render_student_profile_header in includes/theme.inc
Returns the HTML for the "profile" header html for a student
masquerade_form in modules/masquerade/masquerade.module
This form will let the user specify which user they wish to impersonate.
masquerade_perform_masquerade in modules/masquerade/masquerade.module
Actually perform the switching of users to the selected user.
notify_send_notification_to_user in modules/notify/notify.module
$cid is the related content's cid, if applicable.
stats_report_access_stats in modules/stats/stats.module
This report shows recent activity in FlightPath. It can also be used to see if anyone is "online" in that they would have activity less than 5 minutes old.
student_profile_display_student_profile_page in modules/student_profile/student_profile.module
system_init in modules/system/system.module
Called on every page load.
system_perform_user_login in modules/system/system.module
Actually performs the logging in of a user with user_id.
user_edit_attribute_form in modules/user/user.module
The form which lets us actually edit this user's attribute (ex: Visa Status) Meant to be very similar to:
user_edit_user_attributes_form in modules/user/user.module