61 calls to db_fetch_array()

admin_apply_draft_changes_form_submit in modules/admin/admin.module
Handles the actual moving of draft courses into production.
admin_copy_degree_form_submit in modules/admin/admin.degrees.inc
admin_display_courses in modules/admin/admin.courses.inc
This function displays all of our courses for us to edit.
admin_display_degrees in modules/admin/admin.degrees.inc
admin_display_degrees_popup_add_group in modules/admin/admin.degrees.inc
admin_display_groups in modules/admin/admin.groups.inc
This function will display a list of all our groups.
admin_display_groups_popup_show_group_use in modules/admin/admin.groups.inc
Displays a popup showing where a particular group is being used in FlightPath.
admin_duplicate_year_form_submit in modules/admin/admin.module
This function should perform the actual copy of data!
admin_edit_course_form_submit in modules/admin/admin.courses.inc
admin_edit_group_form_submit in modules/admin/admin.groups.inc
admin_get_course_array_from_definition_data in modules/admin/admin.groups.inc
admin_process_all_definitions_form_submit in modules/admin/admin.groups.inc
Actually perform the refreshing of definitions.
advise_display_history in modules/advise/advise.history.inc
Displays the history tab on screen.
advise_user_can_view_advising_session_access_callback in modules/advise/advise.module
This is an access callback. Can the user view the advising session specified in the REQUEST?
announcements_render_announcements in modules/announcements/announcements.module
Return the HTML rendering the announcements we have in the database.
blocks_blocks in modules/blocks/blocks.module
Implementation of hook_blocks
blocks_manage_blocks_form in modules/blocks/blocks.module
This form lets the user manage the various blocks in the system.
blocks_render_blocks in modules/blocks/blocks.module
This function will actually render the HTML for the blocks requested for a particular section and region.
comments_get_comment in modules/comments/comments.module
comments_get_comments in modules/comments/comments.module
Returns an array of comments for this student, sorted most recent first.
content_content_load in modules/content/content.module
Implementation of content's hook_content_load
content_display_content_admin_list in modules/content/content.module
Display a list of content for the administrator
content_render_content in modules/content/content.module
Return the HTML rendering the content we have in the database.
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
course_search_display_edit_courses in modules/course_search/course_search.edit.inc
Display a plain list of courses, making it easier for admins to edit schedules and details in one spot.
course_search_display_search in modules/course_search/course_search.module
Displays the search pulldown for the user to use to find 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.
course_search_get_course_rotation_schedule in modules/course_search/course_search.module
course_search_get_course_syllabus_details in modules/course_search/course_search.module
course_search_get_offering_csv in modules/course_search/course_search.edit.inc
db_result in includes/db.inc
Returns back the first result from a resource_handler.
db_table_exists in includes/db.inc
Returns TRUE if the table specified exists or not.
fp_get_module_details in includes/misc.inc
Simply returns the module's row from the modules table, if it exists.
fp_get_permissions_for_role in includes/db.inc
fp_get_system_settings in includes/db.inc
fp_load_user in includes/db.inc
Returns back a user object for this user_id. If the user is not found in the users table, it will return NULL. If the user_id requested is 0, the anonymous user object is returned.
fp_rebuild_modules_list in includes/db.inc
Re-query the modules table and re-add to our global array.
menu_get_item in includes/menu.inc
Figure out which menu_router path matches the supplied path and return it.
menu_get_items_beginning_with in includes/menu.inc
Return menu_items whose path begins with the menu_root. Ex: "tools" would return tools/fun and tools/here/there
menu_get_items_in_tab_family in includes/menu.inc
menu_get_menu_router_item_from_db in includes/menu.inc
Return array from menu_router for this item. *
stats_get_log_count in modules/stats/stats.module
Used by the use_summary report. This function will simply return log counts for the specified parameters in the watchdog table.
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.
stats_report_advisor_use in modules/stats/stats.module
This report shows which advisors are using FlightPath most often.
stats_report_major_counts in modules/stats/stats.module
This report shows how many students are in each major.
stats_report_selected_degree_options in modules/stats/stats.module
This report will show which degree options are being selected for degrees which offer options.
student_search_query_advisees in modules/student_search/student_search.module
system_confirm_db_updates_form_submit in modules/system/system.module
Perform the actual hook_update calls here, send the user to a completed page.
system_get_roles_for_user in modules/system/system.module
Return an array containing the roles which have been assigned to a specific user.
system_handle_uninstall_module in modules/system/system.module
Called from the menu (ie, a URL) this function will uninstall a 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…
system_modules_form in modules/system/system.module
This is the form which an admin may use to manage the modules in the system.
system_school_data_form in modules/system/system.module
This form is for the school-data, like subject code descriptions, colleges, etc.
user_display_student_users in modules/user/user.module
Similar to user_display_users, except only for student users.
user_display_users in modules/user/user.module
Display our list of faculty/staff users in the system.
user_edit_student_user_form in modules/user/user.module
Let the user edit a studentuser's information.
user_edit_user_form in modules/user/user.module
Let the user edit a user's roles and other information.
user_permissions_form in modules/user/user.module
This is the permissions form, where users can set which roles have which permissions.
user_user_roles_form in modules/user/user.module
This form allows the user to manage the roles in the system.
variable_get in includes/db.inc
Get a variable from the database. We will first look in our GLOBALS array, to see that it hasn't already been retrieved this page load.
_Student::load_test_scores in classes/_Student.php