21 calls to db_num_rows()

admin.degrees.inc in modules/admin/admin.degrees.inc
admin.groups.inc in modules/admin/admin.groups.inc
admin.module in modules/admin/admin.module
The administrative configurations for FlightPath.
admin_add_degree_form_submit in modules/admin/admin.degrees.inc
Submit handler for the add_degree_form.
admin_copy_degree_form_submit in modules/admin/admin.degrees.inc
admin_copy_degree_form_validate in modules/admin/admin.degrees.inc
Validate handler. Make sure our allow_overwrite setting is working. Check for existing major code.
admin_display_degrees 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_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.
course_search.edit.inc in modules/course_search/course_search.edit.inc
This file contains functions relating to editing the course info, like rotation schedule and syllabus
course_search.module in modules/course_search/course_search.module
This module allows users to search for courses, descriptions, and, if supported, rotation schedules and sample syllabi.
course_search_edit_course_details_form in modules/course_search/course_search.edit.inc
This form lets the user edit the course's syllabus or rotation schedule
course_search_get_course_rotation_schedule_not_anticipated in modules/course_search/course_search.module
db.inc in includes/db.inc
This file contains mostly db shortcuts.
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.
student_search.module in modules/student_search/student_search.module
student_search_query_advisees in modules/student_search/student_search.module
Accepts the SQL, plus an array of parameters compatible with our PDO set up. ex: $params[":name"] = "Bob" and $sql = " SELECT * where name = :name";
system.module in modules/system/system.module
system_get_roles_for_user in modules/system/system.module
Return an array containing the roles which have been assigned to a specific user.
_DatabaseHandler.php in classes/_DatabaseHandler.php
_DatabaseHandler::db_affected_rows in classes/_DatabaseHandler.php