function user_subtab_switchboard

6.x user.module user_subtab_switchboard()
4.x user.module user_subtab_switchboard()
5.x user.module user_subtab_switchboard()

Decide what should happen when we go to "admin/config/users" by itself

File

modules/user/user.module, line 1274

Code

function user_subtab_switchboard() {

  // For now, we will just always go to the faculty section, though this function
  // is helpful if that needs to change one day.

  $de_catalog_year = admin_get_de_catalog_year();

  fp_goto("admin/users/faculty", "de_catalog_year=$de_catalog_year");
}