You are here

function rss_permissions_update_6001 in RSS Permissions 6

File

./rss_permissions.install, line 16

Code

function rss_permissions_update_6001() {
  db_query("UPDATE {system} SET weight = 15 WHERE name = 'rss_permissions' AND type = 'module'");
}