13 calls to fpm()

admin_display_main in modules/admin/admin.module
This is the "main" page for the admin module. It's what the user first sees when the click to go to the Admin page.
advise_display_popup_group_select in modules/advise/advise.module
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.
depricated_message in includes/misc.inc
Displays a depricated message on screen. Useful for tracking down when depricated functions are being used.
_AdvisingScreen::display_group in classes/_AdvisingScreen.php
This function displays a Group object on the degree plan. This is not the selection popup display. It will either show the group as multi rows, filled in with courses, or as a "blank row" for the user to click on.
_AdvisingScreen::display_popup_group_select in classes/_AdvisingScreen.php
This function displays the popup which lets a user select a course to be advised into a group.
_DatabaseHandler::db_error in classes/_DatabaseHandler.php
Draw out the error onto the screen.
_DatabaseHandler::db_query in classes/_DatabaseHandler.php
This function is used to perform a database query. It can take simple replacement patterns, by using ?. If you actually need to have a ? in the query, you can escape it with ??. For example: $result = $db->db_query("SELECT * FROM table WHERE…
_FlightPath::load_advising_session_from_database in classes/_FlightPath.php
_FlightPath::replace_missing_course_in_group in classes/_FlightPath.php
_Group::load_group in classes/_Group.php
_Student::calculate_cumulative_hours_and_gpa in classes/_Student.php
This function will look at the courses which the student has taken, to calculate the cumulative hours and gpa, rather than just load them from the db table.
_Student::load_courses_taken in classes/_Student.php