context_ui.install 172 B

123456789
  1. <?php
  2. /**
  3. * Update 6004: Placeholder update to ensure migrations from older versions
  4. * in Aegir do not fail.
  5. */
  6. function context_ui_update_6004() {
  7. return array();
  8. }