You are here

function instagram_feeds_plugins_install in Instagram Feeds 7

Implements hook_install().

File

modules/instagram_feeds_plugins/instagram_feeds_plugins.install, line 12
Instagram Feeds Pager updates. Update hooks - enable modules, etc.

Code

function instagram_feeds_plugins_install() {
  db_query("update {system} set `schema_version` = 7000, `weight` = 5 where `name` = 'instagram_feeds_plugins'");
}