first import
This commit is contained in:
13
sites/all/modules/views/tests/views_test.install
Normal file
13
sites/all/modules/views/tests/views_test.install
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Install, update, and uninstall functions for the Views Test module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_schema().
|
||||
*/
|
||||
function views_test_schema() {
|
||||
return variable_get('views_test_schema', array());
|
||||
}
|
Reference in New Issue
Block a user