You are here

context_ui.install in Context 6.3

File

context_ui/context_ui.install
View source
<?php

/**
 * Update 6004: Placeholder update to ensure migrations from older versions
 * in Aegir do not fail.
 */
function context_ui_update_6004() {
  return array();
}

Functions

Namesort descending Description
context_ui_update_6004 Update 6004: Placeholder update to ensure migrations from older versions in Aegir do not fail.