You are here

function clients_views_install in Web Service Clients 7

Same name and namespace in other branches
  1. 6 clients/clients_views/clients_views.install \clients_views_install()

@file Updates system variable

File

clients/clients_views/clients_views.install, line 7
Updates system variable

Code

function clients_views_install() {
  db_query("UPDATE {system} SET weight = 11 WHERE name = 'clients_views'");
}