clients_views.install in Web Service Clients 7
Same filename and directory in other branches
Updates system variable
File
clients/clients_views/clients_views.installView source
<?php
/**
* @file
* Updates system variable
*/
function clients_views_install() {
db_query("UPDATE {system} SET weight = 11 WHERE name = 'clients_views'");
}
Functions
Name | Description |
---|---|
clients_views_install | @file Updates system variable |