8 calls to fp_load_user()

content.module in modules/content/content.module
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.
stats.module in modules/stats/stats.module
This module displays statistics and reports for FlightPath
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.
system.module in modules/system/system.module
system_init in modules/system/system.module
Called on every page load.
system_login_form_submit in modules/system/system.module
Submit handler for login form. If we are here, it probably means we have indeed authenticated. Just in case, we will test the form_state["passed_authentication"] value, which we expect to have been set in our validate handler.