drupal/core/modules/views/views.install

14 lines
178 B
Plaintext
Raw Normal View History

2009-05-17 11:16:51 +00:00
<?php
/**
* @file
* Contains install and update functions for Views.
*/
/**
* Implements hook_install().
*/
function views_install() {
module_set_weight('views', 10);
2009-05-17 11:16:51 +00:00
}