You are here

function commons_update_3119 in Drupal Commons 7.3

Ensure install task is set to completed.

File

./commons.install, line 805
Install, update and uninstall functions for the Commons install profile.

Code

function commons_update_3119() {
  variable_set('install_task', 'done');
  return array();
}