feeds_ui.install 207 B

12345678910111213
  1. <?php
  2. /**
  3. * @file
  4. * Install, uninstall, and update functions for the feeds_ui module.
  5. */
  6. /**
  7. * Empty update function to trigger a menu rebuild.
  8. */
  9. function feeds_ui_update_7000() {
  10. // Do nothing.
  11. }