You are here

function feeds_ui_update_7000 in Feeds 7.2

Same name and namespace in other branches
  1. 8.2 feeds_ui/feeds_ui.install \feeds_ui_update_7000()

Empty update function to trigger a menu rebuild.

File

feeds_ui/feeds_ui.install, line 11
Install, uninstall, and update functions for the feeds_ui module.

Code

function feeds_ui_update_7000() {

  // Do nothing.
}