You are here

clients_views.install in Web Service Clients 7

Same filename and directory in other branches
  1. 6 clients/clients_views/clients_views.install

Updates system variable

File

clients/clients_views/clients_views.install
View source
<?php

/**
 * @file
 * Updates system variable
 */
function clients_views_install() {
  db_query("UPDATE {system} SET weight = 11 WHERE name = 'clients_views'");
}

Functions

Namesort descending Description
clients_views_install @file Updates system variable