You are here

function system_update_171 in Drupal 5

Same name and namespace in other branches
  1. 4 database/updates.inc \system_update_171()

File

modules/system/system.install, line 2611

Code

function system_update_171() {
  $ret = array();
  $ret[] = update_sql('DELETE FROM {users_roles} WHERE rid IN (' . DRUPAL_ANONYMOUS_RID . ', ' . DRUPAL_AUTHENTICATED_RID . ')');
  return $ret;
}