18 calls to watchdog()

admin_apply_draft_changes_form_submit in modules/admin/admin.module
Handles the actual moving of draft courses into production.
advise_display_view in modules/advise/advise.module
This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
comments_comment_form_submit in modules/comments/comments.module
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
course_search_download_syllabus in modules/course_search/course_search.module
This function will actually deliver a syllabus to the user's browser for download.
cron.php in ./cron.php
The cron.php file for FlightPath, which should be run periodically.
fp_http_request in includes/misc.inc
Send a request through the Internet and return the result as an object.
system_cron in modules/system/system.module
Implementation of hook_cron
system_handle_logout in modules/system/system.module
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.
update_status_perform_check in modules/update_status/update_status.module
This function actually performs the update status check with getflightpath.com
_AdvisingScreen::display_toolbox_courses in classes/_AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's courses which they have taken.
_AdvisingScreen::display_toolbox_moved in classes/_AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's moved courses. That is, courses which have had their group memberships changed.
_AdvisingScreen::display_toolbox_substitutions in classes/_AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's substututions
_AdvisingScreen::display_toolbox_transfers in classes/_AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's transfers
_DatabaseHandler::update_user_settings_from_post in classes/_DatabaseHandler.php
_FlightPath::save_advising_session_from_post in classes/_FlightPath.php