You are here

function rss_permissions_install in RSS Permissions 6

Same name and namespace in other branches
  1. 7 rss_permissions.install \rss_permissions_install()

Implementation of hook_install().

File

./rss_permissions.install, line 10

Code

function rss_permissions_install() {
  variable_set('rss_permissions_feed_icon_theme', 'theme_feed_icon');
  variable_set('rss_permissions_disable_all', FALSE);
  db_query("UPDATE {system} SET weight = 15 WHERE name = 'rss_permissions' AND type = 'module'");
}