You are here

function commons_trusted_contacts_update_3102 in Drupal Commons 7.3

Set the limit for trusted contacts to unlimited for existing sites.

File

modules/commons/commons_trusted_contacts/commons_trusted_contacts.install, line 83

Code

function commons_trusted_contacts_update_3102() {
  variable_set('commons_trusted_contacts_limit', 0);
  return array();
}