You are here

function system_update_171 in Drupal 4

Same name and namespace in other branches
  1. 5 modules/system/system.install \system_update_171()

File

database/updates.inc, line 1555

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;
}